#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字 | 44.0分钟 | 100% | 119 CPM | 14 次 | 0 | 及格,继续努力! |
Inspirational quotes: 自己喜欢的未必是自己擅长的,自己擅长的又未必是自己喜欢的,当你发现你不擅长这件事情的时候,你就要努力想清楚:我应该干什么?我能干什么?我可以干什么。 ——涂磊 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |