數字處理問題

數字處理問題 1.求它是幾位數 2.分別輸出每一位數 3.逆序輸出各位數字 #include<stdio.h> #include<stdio.h> int GetFigures(int n); //順序輸出每一位數字 void PrintOrder(int n) { //先得到n是幾位數字 int c = GetFigures(n); //計算和除以取餘的數字 int power = pow
相關文章
相關標籤/搜索