数组练习

输入一串数字,将每一位数字取出来用字符表示,并显示有多少位。web #include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <string.h> #include <math.h> #include <time.h> //判断用户输入几位数字?将每一位数字取出来。power 求平方 floor 去尾法 abs 绝对值 i
相关文章
相关标签/搜索