#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字 | 30.0分钟 | 99% | 74 CPM | 18 次 | 1 | 不及格,加强练习! |
The wrong word this time: } | |||||||
Inspirational quotes: 大多数的科学家,对于最高级的形容词和夸张手法都是深恶痛绝的,伟大的人物一般都是谦虚谨慎的。 ——贝弗里奇 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |