#include<bits/stdc++.h>
using namespace std;
int main()
{
int a;
cin>>a;
if(a==1)
{
cout <<"NO";
}
else if(a==3)
{
cout <<"NO";
}
else if(a==5)
{
cout <<"NO";
}
else
{
cout <<"YES";
}
return 0;
}
p...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c++ 11.0》 | 217字 | 180.0分钟 | 100% | 109 CPM | 21 次 | 0 | 及格,继续努力! |
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 青年长于创造而短于思考,长于猛干而短于讨论,长于革新而短于持重。 ——培根 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |