回答編集履歴
1
微修正
answer
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
どうぞ。前の質問の方にも書いちゃったので向こうは消しておきます。
|
2
2
|
|
3
3
|
```
|
4
|
-
#include<stdio.h>
|
4
|
+
#include <stdio.h>
|
5
5
|
|
6
6
|
int main(){
|
7
7
|
char buf[3][100];
|