c语言整数计算器 c语言编程计算器 c语言编程,输入一个整数计算并输出该数的平方?方法1:#包括和ltstdio。H>int square(int m){return m*m}main(void){i... 2021-03-17 2257次浏览