回答編集履歴
1
コードのコメントの修正
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
#include <stdio.h> // puts, putchar
|
12
12
|
|
13
|
-
#include <stdlib.h> // atoi,
|
13
|
+
#include <stdlib.h> // atoi, calloc, free
|
14
14
|
|
15
15
|
|
16
16
|
|