#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,c,d;
for(int i=1000; i<=9999; i++)
{
a = i%10;
b = i%10/10;
c = i%10/100;
d = i/1000;
if(a==d && b==c)
{
cout <<i <<endl;
}
}
return 0...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c++ 10.0》 | 203字 | 10.0分钟 | 100% | 42 CPM | 10 次 | 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 |