请问两位数的回文数有那些
答案:2 悬赏:50 手机版
解决时间 2021-02-09 07:44
- 提问者网友:皆是孤独
- 2021-02-09 01:32
请问两位数的回文数有那些
最佳答案
- 五星知识达人网友:一叶十三刺
- 2021-02-09 01:55
两位数的回文数有11,22,33,44,55,66,77,88,99共9个。
全部回答
- 1楼网友:野味小生
- 2021-02-09 03:29
两位数相乘积是回文数,有如下:
11*11=121
11*22=242
11*33=363
11*44=484
11*56=616
11*67=737
11*78=858
11*89=979
11*91=1001
12*21=252
12*37=444
12*53=636
12*58=696
12*69=828
12*74=888
13*38=494
13*45=585
13*52=676
13*59=767
13*73=949
14*31=434
14*49=686
14*62=868
15*35=525
15*37=555
16*17=272
16*29=464
16*41=656
16*53=848
17*19=323
17*35=595
17*38=646
17*57=969
18*23=414
18*37=666
19*99=1881
21*37=777
22*91=2002
22*96=2112
23*25=575
23*43=989
23*77=1771
27*37=999
28*99=2772
29*88=2552
33*37=1221
33*47=1551
33*74=2442
33*91=3003
34*88=2992
37*99=3663
44*53=2332
44*91=4004
44*96=4224
46*99=4554
49*77=3773
53*88=4664
55*91=5005
55*93=5115
55*95=5225
55*97=5335
55*99=5445
62*77=4774
64*99=6336
66*74=4884
66*91=6006
73*99=7227
75*77=5775
77*88=6776
77*91=7007
82*99=8118
88*91=8008
88*96=8448
91*99=9009
算法如下:
using system;
namespace test2
{
class program
{
public static int[] iswh = new int[1];
public static bool hw(int n) {
int sum = 0,m=n;
while (m>0)
{
sum = sum * 10 + m % 10;
m = m / 10;
}
if (sum == n) return true;
else return false;
}
public static bool existwithn(int n) {
for (int i = 0; i (ref iswh, iswh.length + 1);
iswh[k++] = factor;
console.writeline("{0}*{1}={2}", i, j, i * j);
}
}
}
}
}
console.readkey();
}
}
}
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯