回答編集履歴
1
作成環境を追記
answer
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
[codingground - Compile and Execute C Online (GNU GCC v7.1.1)](http://www.tutorialspoint.com/compile_c_online.php) にて作成・テストしました.
|
2
|
+
|
1
3
|
```
|
2
4
|
#include <stdio.h>
|
3
5
|
|