回答編集履歴
1
微修正
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
```C
|
2
|
-
#define _CRT_SECURE_NO_WARNINGS
|
2
|
+
#define _CRT_SECURE_NO_WARNINGS // disable warning only for Visual C++
|
3
3
|
#include <stdio.h>
|
4
4
|
#include <malloc.h>
|
5
5
|
#include <string.h> // 追加
|