#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字 | 53.0分钟 | 100% | 114 CPM | 12 次 | 0 | 及格,继续努力! |
Inspirational quotes: 休息并非无所事事,夏日炎炎时躺在树底下的草地,听着潺潺的水声,看着飘过的白云,亦非浪费时间。 ——约翰·罗伯克 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |