답안 #300588

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
300588 2020-09-17T10:00:24 Z polyakoff 식물 비교 (IOI20_plants) Java 11
컴파일 오류
0 ms 0 KB
class Test2 {

    public static void main(String[] args) {
        System.out.println(0);
    }
}

Compilation message

grader.java:33: error: cannot find symbol
		plants solver = new plants();
		^
  symbol:   class plants
  location: class grader
grader.java:33: error: cannot find symbol
		plants solver = new plants();
		                    ^
  symbol:   class plants
  location: class grader
2 errors