質問編集履歴

1

NUMBERの追加

2020/11/15 13:09

投稿

taro12345
taro12345

スコア3

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