質問編集履歴
1
NUMBERの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,6 +19,12 @@
|
|
19
19
|
|
20
20
|
|
21
21
|
```c
|
22
|
+
|
23
|
+
#include <stdio.h>
|
24
|
+
|
25
|
+
#define NUMBER 100
|
26
|
+
|
27
|
+
|
22
28
|
|
23
29
|
int main(void){
|
24
30
|
|