# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
230669 | box_of_donuts | Palindrome-Free Numbers (BOI13_numbers) | Java | 93 ms | 10744 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
import java.util.*;
import java.io.*;
class Numbers {
public static void main(String[] args) throws IOException {
Long a = Long.parseLong(args[0]), b = Long.parseLong(args[1]);
System.out.println(a + " " + b);
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |