#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字 | 55.0分钟 | 100% | 103 CPM | 9 次 | 0 | 及格,继续努力! |
Inspirational quotes: 友谊是不会有感情的破产和快乐的幻灭的,爱情如果献出的超过本身的能力,最后就会接受多而献出少了,这在男女双方都一样,而友谊则只能增长。 ——巴尔扎克 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |