#include <stdio.h>#include <conio.h>void main(){? /**/ ? ? ? ? ? ? ? ? /**/?? int k;? for(k=100; k<=999; k++)? ? find( k );? getch();}void find(int ?m){? int a,b;? if(/**/ ? ? ? ? ? /**/)? {? ? a=m%10;? ?/**/ ? ? ? ? ? /**/?? ? if(a==b) printf("%d\n",m);? }}
3 回答
- 3 回答
- 0 關(guān)注
- 1352 瀏覽
添加回答
舉報
0/150
提交
取消