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