填空题

main() { int x,y; scanf("%d",x); y=x*x; printf("y=%d\n",y); } 错误:______ 改正:______

【参考答案】

错误:scanf("%d",x);
相关试题