質問編集履歴
1
誤字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
char class[4];
|
34
34
|
|
35
|
-
}st
|
35
|
+
}student;
|
36
36
|
|
37
37
|
|
38
38
|
|
@@ -58,6 +58,8 @@
|
|
58
58
|
|
59
59
|
return 0;
|
60
60
|
|
61
|
+
}
|
62
|
+
|
61
63
|
```
|
62
64
|
|
63
65
|
|