質問編集履歴

1

変更しました。

2018/10/10 09:30

投稿

renji
renji

スコア41

test CHANGED
File without changes
test CHANGED
@@ -2,15 +2,15 @@
2
2
 
3
3
  ```ここに言語を入力
4
4
 
5
- int a = 1;
5
+ int a = 5;
6
6
 
7
- int b = 2;
7
+ int b = 25;
8
8
 
9
- int c = 3;
9
+ int c = 12;
10
10
 
11
- int d = 4;
11
+ int d = 256;
12
12
 
13
- int e = 5;
13
+ int e = 100;
14
14
 
15
15
  List<Integer> list = new ArrayList<>(Arrays.asList(a, b, c, d, e));
16
16