回答編集履歴
1
パッケージ消し
test
CHANGED
@@ -136,7 +136,7 @@
|
|
136
136
|
|
137
137
|
//どっちでもいい(ランダムに消える)
|
138
138
|
|
139
|
-
if(random.nextInt(2) == 0) {
|
139
|
+
if (random.nextInt(2) == 0) {
|
140
140
|
|
141
141
|
list.remove(j--); continue;
|
142
142
|
|
@@ -166,24 +166,24 @@
|
|
166
166
|
|
167
167
|
```plain
|
168
168
|
|
169
|
-
|
169
|
+
Model@73a28541[localtime=00:00,height=60,weight=90]
|
170
170
|
|
171
|
-
|
171
|
+
Model@470e2030[localtime=00:00,height=60,weight=90]
|
172
172
|
|
173
|
-
|
173
|
+
Model@3fb4f649[localtime=12:00,height=65,weight=90]
|
174
174
|
|
175
|
-
|
175
|
+
Model@33833882[localtime=12:00,height=70,weight=80]
|
176
176
|
|
177
|
-
|
177
|
+
Model@200a570f[localtime=15:00,height=80,weight=90]
|
178
178
|
|
179
|
-
|
179
|
+
Model@16b3fc9e[localtime=15:00,height=80,weight=90]
|
180
180
|
|
181
181
|
----
|
182
182
|
|
183
|
-
|
183
|
+
Model@73a28541[localtime=00:00,height=60,weight=90]
|
184
184
|
|
185
|
-
|
185
|
+
Model@33833882[localtime=12:00,height=70,weight=80]
|
186
186
|
|
187
|
-
|
187
|
+
Model@200a570f[localtime=15:00,height=80,weight=90]
|
188
188
|
|
189
189
|
```
|