我怎么做都是90分,你们能做100吗?
#include using namespace std;
int main() { int n; cin >> n; if (n >= 4 && n % 2 == 0) { cout << "YES" << endl; } else { cout << "NO" << endl; } return 0; }
我也是
使用您的 蒙青创OJ 通用账户