Mã chấm: 421012


/bin/chown: invalid user: ‘judge’
Main.cc:1:1: error: ‘import’ does not name a type
    1 | import java.io.*;
      | ^~~~~~
Main.cc:1:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’
Main.cc:2:1: error: ‘import’ does not name a type
    2 | import java.util.*;
      | ^~~~~~
Main.cc:2:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’
Main.cc:3:1: error: ‘import’ does not name a type
    3 | import java.text.*;
      | ^~~~~~
Main.cc:3:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’
Main.cc:4:1: error: ‘import’ does not name a type
    4 | import java.math.*;
      | ^~~~~~
Main.cc:4:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’
Main.cc:5:1: error: ‘import’ does not name a type
    5 | import java.util.regex.*;
      | ^~~~~~
Main.cc:5:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’
Main.cc:8:1: error: expected unqualified-id before ‘public’
    8 | public class Main {
      | ^~~~~~