回答編集履歴

1

誤植修正

2021/06/04 15:26

投稿

yh1224
yh1224

スコア653

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```c
2
2
 
3
- scanf("%d %s", &a, b);
3
+ scanf("%d %s", &a, str);
4
4
 
5
5
  ```
6
6