回答編集履歴
1
コメントの修正
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
```C
|
4
4
|
|
5
|
-
#include <stdio.h> // scanf, printf, puth
|
5
|
+
#include <stdio.h> // scanf, printf, putchar
|
6
6
|
|
7
7
|
#include <string.h> // strlen
|
8
8
|
|