#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字 | 116.0分钟 | 100% | 61 CPM | 36 次 | 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 |