質問編集履歴

1

ソースコードの一部が欠けていました

2020/07/04 18:33

投稿

misemi
misemi

スコア8

test CHANGED
File without changes
test CHANGED
@@ -57,6 +57,18 @@
57
57
 
58
58
 
59
59
  ```c
60
+
61
+ #include <stdio.h>
62
+
63
+ #include <stdlib.h>
64
+
65
+ #include <windows.h>
66
+
67
+ #define SIZE 100
68
+
69
+ #define COUNT 1100
70
+
71
+
60
72
 
61
73
  int main() {
62
74