int main() { int m; scanf("%d",&m); int s = m*m; //s在使用前要先定义 printf("%d",s); //输出参数错误 return 0; }
[此贴子已经被作者于2016-3-8 22:38编辑过]