실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int find(int, int)’: Main.cpp:18:19: error: no match for ‘operator&&’ (operand types are ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type’ {aka ‘int’} and ‘std::vector<bool>’) 18 | if(g[node][i] && visited){ Main.cpp:18:19: note: candidate: ‘operator&&(bool, bool)’ (built-in) Main.cpp:18:19: note: no known conversion for argument 2 from ‘std::vector<bool>’ to ‘bool’
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.