Submission #934211

#TimeUsernameProblemLanguageResultExecution timeMemory
934211tkaimA Huge Tower (CEOI10_tower)Java
Compilation error
0 ms0 KiB

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

Compilation message (stderr)

tower.java:3: error: cannot find symbol
  public static void main(String[] args) throws IOException {
                                                ^
  symbol:   class IOException
  location: class Main
1 error