質問編集履歴
2
333
test
CHANGED
File without changes
|
test
CHANGED
@@ -84,7 +84,7 @@
|
|
84
84
|
|
85
85
|
}
|
86
86
|
|
87
|
-
return
|
87
|
+
return out;
|
88
88
|
|
89
89
|
}
|
90
90
|
|
1
111
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
|
|