#include<bits/stdc++.h>
using namespace std;
int main()
{
int a;
cin >>a;
if(a==1 || a==4)
cout <<"Apple";
else if(a==2 || a==5)
cout <<"Watermelon";
else if(a==3 || a==6)
cout <<"Peach";
else if(a==7...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c++ 4.0》 | 229字 | 3.3分钟 | 100% | 66 CPM | 66 次 | 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 |