回答編集履歴
1
パッケージ消し
answer
CHANGED
@@ -67,7 +67,7 @@
|
|
67
67
|
list.remove(i--); break;
|
68
68
|
}
|
69
69
|
//どっちでもいい(ランダムに消える)
|
70
|
-
if(random.nextInt(2) == 0) {
|
70
|
+
if (random.nextInt(2) == 0) {
|
71
71
|
list.remove(j--); continue;
|
72
72
|
} else {
|
73
73
|
list.remove(i--); break;
|
@@ -82,14 +82,14 @@
|
|
82
82
|
}
|
83
83
|
```
|
84
84
|
```plain
|
85
|
-
|
85
|
+
Model@73a28541[localtime=00:00,height=60,weight=90]
|
86
|
-
|
86
|
+
Model@470e2030[localtime=00:00,height=60,weight=90]
|
87
|
-
|
87
|
+
Model@3fb4f649[localtime=12:00,height=65,weight=90]
|
88
|
-
|
88
|
+
Model@33833882[localtime=12:00,height=70,weight=80]
|
89
|
-
|
89
|
+
Model@200a570f[localtime=15:00,height=80,weight=90]
|
90
|
-
|
90
|
+
Model@16b3fc9e[localtime=15:00,height=80,weight=90]
|
91
91
|
----
|
92
|
-
|
92
|
+
Model@73a28541[localtime=00:00,height=60,weight=90]
|
93
|
-
|
93
|
+
Model@33833882[localtime=12:00,height=70,weight=80]
|
94
|
-
|
94
|
+
Model@200a570f[localtime=15:00,height=80,weight=90]
|
95
95
|
```
|