質問編集履歴

1

code

2020/12/25 07:37

投稿

mtlc0566
mtlc0566

スコア6

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  num = 1996,
20
20
 
21
- printf("%d\n",num);
21
+ printf("%d",num);
22
22
 
23
23
 
24
24
 
@@ -26,9 +26,9 @@
26
26
 
27
27
 
28
28
 
29
- char str[]="HELLO c";
29
+ str[]="HELLO c";
30
30
 
31
- printf("%s",str);
31
+   printf("%s",str);
32
32
 
33
33
 
34
34