int a[3][3]; int i,j; system("color 2"); for(i=0;i<3;i++) { for(j=0;j<3;j++) { scanf("%d",&a[i][j]); } printf("\n"); }
收起
你得按回车数据才能输入进去。
报告相同问题?