#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...
英文文章 | 文章字數 | 測試時長 | 準確率 | 速度 | 退格數 | 出錯數 | 成績 |
---|---|---|---|---|---|---|---|
《c++ 10.0》 | 203字 | 1.5分钟 | 100% | 123 CPM | 12 次 | 0 | 及格,继续努力! |
勵誌名言: 接受挑战吧,这样你才能感受到胜利的喜悦。 ——乔治·S·巴顿 | |||||||
您覺的這篇文章怎麽樣,評個分吧,做其他人的指路燈 |