Submission #300586

#TimeUsernameProblemLanguageResultExecution timeMemory
300586polyakoffComparing Plants (IOI20_plants)Java
Compilation error
0 ms0 KiB
void init(int k, int[] r) { } int compare_plants(int x, int y) { return 0; }

Compilation message (stderr)

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