質問編集履歴

1

プログラムの修正

2020/03/15 14:16

投稿

Jhon_McClane
Jhon_McClane

スコア48

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  Foo foo = new Foo();
26
26
 
27
- int i 10;
27
+ int i = 10;
28
28
 
29
29
  foo.inc(i);
30
30