#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字 | 1.6分钟 | 100% | 115 CPM | 19 次 | 0 | 及格,继续努力! |
Inspirational quotes: 坚志而勇为,谓之刚,刚,生人之德也,——《练兵实纪刚复害》捐躯赴国难,视死忽如归,——曹植《白马篇》天下兴亡,匹夫有责。 ——顾炎武 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |