質問編集履歴
2
nameの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -92,7 +92,7 @@
|
|
92
92
|
count++;
|
93
93
|
}
|
94
94
|
}
|
95
|
-
System.out.println(score.getClearTime() +
|
95
|
+
System.out.println(score.getClearTime() + name + score.getPlayDate());
|
96
96
|
}
|
97
97
|
}
|
98
98
|
```
|
1
ソースコードの貼り付けに間違いがあったので修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -92,7 +92,7 @@
|
|
92
92
|
count++;
|
93
93
|
}
|
94
94
|
}
|
95
|
-
System.out.println(score.getClearTime() +
|
95
|
+
System.out.println(score.getClearTime() + Name + score.getPlayDate());
|
96
96
|
}
|
97
97
|
}
|
98
98
|
```
|