# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
230668 | 2020-05-11T01:29:33 Z | box_of_donuts | Palindrome-Free Numbers (BOI13_numbers) | Java 11 | 0 ms | 0 KB |
public static void main(String[] args) throws IOException { Long a = Long.parseLong(args[0]), b = Long.parseLong(args[1]); System.out.println(a + " " + b); }