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

質問編集履歴

2

nameの修正

2020/03/24 02:53

投稿

oisii
oisii

スコア6

title CHANGED
File without changes
body CHANGED
@@ -92,7 +92,7 @@
92
92
  count++;
93
93
  }
94
94
  }
95
- System.out.println(score.getClearTime() + Name + score.getPlayDate());
95
+ System.out.println(score.getClearTime() + name + score.getPlayDate());
96
96
  }
97
97
  }
98
98
  ```

1

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

2020/03/24 02:53

投稿

oisii
oisii

スコア6

title CHANGED
File without changes
body CHANGED
@@ -92,7 +92,7 @@
92
92
  count++;
93
93
  }
94
94
  }
95
- System.out.println(score.getClearTime() + score.getName() + score.getPlayDate());
95
+ System.out.println(score.getClearTime() + Name + score.getPlayDate());
96
96
  }
97
97
  }
98
98
  ```