質問編集履歴
1
```追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -29,7 +29,8 @@
|
|
29
29
|
```C言語
|
30
30
|
|
31
31
|
コード
|
32
|
+
```C
|
32
|
-
|
33
|
+
#include <stdio.h>
|
33
34
|
#include <string.h>
|
34
35
|
|
35
36
|
#define N 47
|
@@ -96,4 +97,5 @@
|
|
96
97
|
|
97
98
|
fclose(fin);
|
98
99
|
return 0;
|
99
|
-
}
|
100
|
+
}
|
101
|
+
```
|