Submission #300586

# Submission time Handle Problem Language Result Execution time Memory
300586 2020-09-17T09:59:18 Z polyakoff Comparing Plants (IOI20_plants) Java 11
Compilation error
0 ms 0 KB
void init(int k, int[] r) {
  
}

int compare_plants(int x, int y) {
  return 0;
}

Compilation message

plants.java:1: error: class, interface, or enum expected
void init(int k, int[] r) {
^
plants.java:1: error: class, interface, or enum expected
void init(int k, int[] r) {
     ^
plants.java:7: error: class, interface, or enum expected
}
^
3 errors