回答編集履歴

1

コメントの指摘に対応

2020/05/15 11:52

投稿

momon-ga
momon-ga

スコア4826

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- `int[] score=new int[5]` は、`score = new int[0,0,0,0,0];`と同じです。
7
+ `int[] score=new int[5]` は score = ~~new int[0,0,0,0,0];~~` {0,0,0,0,0};`と同じです。
8
8
 
9
9
 
10
10