Submission #934211

# Submission time Handle Problem Language Result Execution time Memory
934211 2024-02-27T01:35:51 Z tkaim A Huge Tower (CEOI10_tower) Java 11
Compilation error
0 ms 0 KB
class Main { 
  public static void main(String[] args) throws IOException {
    System.out.println(0);
  }
}

Compilation message

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