답안 #300586

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
300586 2020-09-17T09:59:18 Z polyakoff 식물 비교 (IOI20_plants) Java 11
컴파일 오류
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