실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:60:63: error: ‘INF’ was not declared in this scope 60 | if (Nodes[link.Start].Cost == INF) continue; // 도달 안 된 노드 무시 | ^~~ Main.cpp:74:55: error: ‘INF’ was not declared in this scope 74 | if (Nodes[link.Start].Cost == INF) continue; | ^~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.