質問編集履歴

2

nameの修正

2020/03/24 02:53

投稿

oisii
oisii

スコア6

test CHANGED
File without changes
test CHANGED
@@ -186,7 +186,7 @@
186
186
 
187
187
  }
188
188
 
189
- System.out.println(score.getClearTime() + Name + score.getPlayDate());
189
+ System.out.println(score.getClearTime() + name + score.getPlayDate());
190
190
 
191
191
  }
192
192
 

1

ソースコードの貼り付けに間違いがあったので修正しました

2020/03/24 02:53

投稿

oisii
oisii

スコア6

test CHANGED
File without changes
test CHANGED
@@ -186,7 +186,7 @@
186
186
 
187
187
  }
188
188
 
189
- System.out.println(score.getClearTime() + score.getName() + score.getPlayDate());
189
+ System.out.println(score.getClearTime() + Name + score.getPlayDate());
190
190
 
191
191
  }
192
192