c语言编程如何算三位数数字和 C语言程序题:输入任意一个3位数,将其各位数字反序输出?
C语言程序题:输入任意一个3位数,将其各位数字反序输出?#include〈stdio.h〉int main(void){ int a,b,c,t;printf(