실행 실패 (제출 코드 컴파일 에러)
Main.cpp:1:1: error: ‘import’ does not name a type 1 | import Foundation | ^~~~~~ Main.cpp:1:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’, which is not yet enabled with ‘-std=c++20’ Main.cpp:21:6: error: expected constructor, destructor, or type conversion before ‘(’ token 21 | print(word.count) | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.