未知题型

编写一个程序,输入一个 3 位正整数,要求逆序输出对应的数,如输入 123 ,则输出 321

【参考答案】

#include void main() { int n,a,b,c; printf(" 输入一个三......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)