質問するログイン新規登録

回答編集履歴

1

パッケージ消し

2021/08/30 18:40

投稿

jimbe
jimbe

スコア13357

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
- teratail_java.q356940.Model@73a28541[localtime=00:00,height=60,weight=90]
85
+ Model@73a28541[localtime=00:00,height=60,weight=90]
86
- teratail_java.q356940.Model@470e2030[localtime=00:00,height=60,weight=90]
86
+ Model@470e2030[localtime=00:00,height=60,weight=90]
87
- teratail_java.q356940.Model@3fb4f649[localtime=12:00,height=65,weight=90]
87
+ Model@3fb4f649[localtime=12:00,height=65,weight=90]
88
- teratail_java.q356940.Model@33833882[localtime=12:00,height=70,weight=80]
88
+ Model@33833882[localtime=12:00,height=70,weight=80]
89
- teratail_java.q356940.Model@200a570f[localtime=15:00,height=80,weight=90]
89
+ Model@200a570f[localtime=15:00,height=80,weight=90]
90
- teratail_java.q356940.Model@16b3fc9e[localtime=15:00,height=80,weight=90]
90
+ Model@16b3fc9e[localtime=15:00,height=80,weight=90]
91
91
  ----
92
- teratail_java.q356940.Model@73a28541[localtime=00:00,height=60,weight=90]
92
+ Model@73a28541[localtime=00:00,height=60,weight=90]
93
- teratail_java.q356940.Model@33833882[localtime=12:00,height=70,weight=80]
93
+ Model@33833882[localtime=12:00,height=70,weight=80]
94
- teratail_java.q356940.Model@200a570f[localtime=15:00,height=80,weight=90]
94
+ Model@200a570f[localtime=15:00,height=80,weight=90]
95
95
  ```