실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:24:9: error: expected primary-expression before ‘int’ 24 | map<int, char> rotate; | ^~~ Main.cpp:28:15: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript 28 | rotate[x] = c; | ^ Main.cpp:59:20: error: overloaded function with no contextual type information 59 | if (rotate.count(time)) { | ^~~~~ Main.cpp:60:23: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript 60 | if (rotate[time] == 'D') dir = (dir + 1) % 4; | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
반례를 발견하지 못했습니다.