题解 | #吃瓜群众#
吃瓜群众
https://ac.nowcoder.com/acm/problem/22014
#include<cstdio>
int main() {
int a;
scanf("%d",&a);
if(a%2||a==2) printf("NO, you can't divide the watermelon into two even parts.");
else printf("YES, you can divide the watermelon into two even parts.");
}
题解 文章被收录于专栏
https://ayx.moefox.tech/

查看22道真题和解析