#include <stdio.h>int main()?{? ?? ? ? int f; printf("請輸入一個三位的正整數(shù):\n"); scanf("%d\n",&f); int a= f/100; int b= f/10%10; int c= f%10; printf("%d\n",c*100+b*10+a ); ? ? return 0;}
- 1 回答
- 0 關(guān)注
- 1015 瀏覽
添加回答
舉報
0/150
提交
取消