質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,10 +52,6 @@
|
|
52
52
|
|
53
53
|
for(int j=0;j<8;j++){
|
54
54
|
|
55
|
-
if(data[i][j]==0)
|
56
|
-
|
57
|
-
break;
|
58
|
-
|
59
55
|
fscanf(fp,"%d ",&data[i][j]);
|
60
56
|
|
61
57
|
}
|