실행 실패 (제출 코드 컴파일 에러)
Main.cpp:2:1: error: ‘import’ does not name a type 2 | import java.io.BufferedReader; | ^~~~~~ Main.cpp:2:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’, which is not yet enabled with ‘-std=c++20’ Main.cpp:3:1: error: ‘import’ does not name a type 3 | import java.io.InputStreamReader; | ^~~~~~ Main.cpp:3:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’, which is not yet enabled with ‘-std=c++20’ Main.cpp:5:1: error: expected unqualified-id before ‘public’ 5 | public class Main { | ^~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.