We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9be85 commit dcbda02Copy full SHA for dcbda02
src/me/ramswaroop/misc/ReverseAndAdd.java
@@ -85,7 +85,7 @@ public static void readFile(String filePath) {
85
86
while ((line = br.readLine()) != null) {
87
BigInteger[] result = reverseAddAndCheck(line);
88
- System.out.println(result[0].toString() + " " + result[1].toString());
+ System.out.println(result[0] + " " + result[1]);
89
}
90
91
} catch (IOException e) {
0 commit comments