题解 | #牛妹数#
牛妹数
https://ac.nowcoder.com/acm/problem/22010
#include <stdio.h> #include <math.h> int main() { int a; scanf("%d",&a); if(a%2==0&&a>50) printf("yes"); else printf("no"); return 0; }
牛妹数
https://ac.nowcoder.com/acm/problem/22010
#include <stdio.h> #include <math.h> int main() { int a; scanf("%d",&a); if(a%2==0&&a>50) printf("yes"); else printf("no"); return 0; }
相关推荐