Submission #230668

# 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
Compilation error
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);
}

Compilation message

numbers.java:1: error: class, interface, or enum expected
public static void main(String[] args) throws IOException {
              ^
numbers.java:3: error: class, interface, or enum expected
  	System.out.println(a + " " + b);
  	^
numbers.java:4: error: class, interface, or enum expected
}
^
3 errors