質問編集履歴

1

&を追加しました

2021/04/21 05:34

投稿

meacrev
meacrev

スコア34

test CHANGED
File without changes
test CHANGED
@@ -14,11 +14,11 @@
14
14
 
15
15
  printf("a=");
16
16
 
17
- scanf("%d",a);
17
+ scanf("%d",&a);
18
18
 
19
19
  printf("b=");
20
20
 
21
- scanf("%d",b);
21
+ scanf("%d",&b);
22
22
 
23
23
  int r;
24
24