回答編集履歴

1

微修正

2020/07/14 17:07

投稿

episteme
episteme

スコア16614

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```C
2
2
 
3
- #define _CRT_SECURE_NO_WARNINGS
3
+ #define _CRT_SECURE_NO_WARNINGS // disable warning only for Visual C++
4
4
 
5
5
  #include <stdio.h>
6
6