回答編集履歴

1

repeatの型を修正

2017/10/09 05:27

投稿

退会済みユーザー
test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
 
52
52
 
53
- int repeat = 0;
53
+ String repeat = "";
54
54
 
55
55
  do{
56
56