質問編集履歴

2

333

2020/09/10 07:27

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -84,7 +84,7 @@
84
84
 
85
85
  }
86
86
 
87
- return new String (out, total);
87
+ return out;
88
88
 
89
89
  }
90
90
 

1

111

2020/09/10 07:27

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
  int value01=Integer.parseInt(in.substring(i,i+1));
52
52
 
53
- int value02=value % 10;
53
+ int value02=value01 % 10;
54
54
 
55
55
 
56
56