回答編集履歴

1

コメントに strlen を追加

2020/08/21 04:41

投稿

kazuma-s
kazuma-s

スコア8224

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  #include <stdio.h> // printf, fgets
12
12
 
13
- #include <string.h> // strchr
13
+ #include <string.h> // strchr, strlen
14
14
 
15
15
 
16
16