回答編集履歴

1

コードのコメントの修正

2021/11/17 16:10

投稿

kazuma-s
kazuma-s

スコア8224

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  #include <stdio.h> // puts, putchar
12
12
 
13
- #include <stdlib.h> // atoi, malloc, free
13
+ #include <stdlib.h> // atoi, calloc, free
14
14
 
15
15
 
16
16