回答編集履歴

2

加筆

2018/05/13 11:54

投稿

episteme
episteme

スコア16614

test CHANGED
@@ -1,3 +1,7 @@
1
1
  - 9行目に全角空白あり。
2
2
 
3
3
  - malloc/free 使うなら #include <stdlib.h>
4
+
5
+ - int A (int argc, char *argv[]); 不要
6
+
7
+ - free() 直後の } 不要

1

加筆

2018/05/13 11:54

投稿

episteme
episteme

スコア16614

test CHANGED
@@ -1 +1,3 @@
1
- 9行目に全角空白あり。
1
+ - 9行目に全角空白あり。
2
+
3
+ - malloc/free 使うなら #include <stdlib.h>