실행 실패 (제출 코드 컴파일 에러)
Main.cpp:20:10: error: empty character constant 20 | result = '' | ^~ Main.cpp:22:16: warning: character constant too long for its type 22 | result += f'{parent[i]}\n' | ^~~~~~~~~~~~~~~ Main.cpp:1:1: error: ‘ㅁimport’ does not name a type 1 | ㅁimport sys | ^~~~~~~~ Main.cpp:12:1: error: ‘willVisit’ does not name a type 12 | willVisit = [1] | ^~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.