# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
230668 | box_of_donuts | Palindrome-Free Numbers (BOI13_numbers) | Java | 0 ms | 0 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.
public static void main(String[] args) throws IOException {
Long a = Long.parseLong(args[0]), b = Long.parseLong(args[1]);
System.out.println(a + " " + b);
}