質問編集履歴

1

mallocのヘッダをインクルードし忘れた

2018/06/17 06:14

投稿

usop
usop

スコア64

test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,8 @@
11
11
  ```C++
12
12
 
13
13
  #include <stdio.h>
14
+
15
+ #include <malloc.h>
14
16
 
15
17
 
16
18