數字經典問題

給出一個正整數 1.輸出是幾位數 2.依次打印各位數字 3.逆序輸出這個數字 ** 在這裏插入代碼片 #include<stdio.h> #include<math.h> int A(int n); int B(int n); int C(int n); int main() { printf(「這個數字是%d位數字\n」,A(12345)); B(12345); C(12345); } int
相關文章
相關標籤/搜索