실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘void f(int, int, int, std::vector<std::__cxx11::basic_string<char> >, std::vector<std::__cxx11::basic_string<char> >&)’: Main.cpp:29:38: error: ‘visited’ was not declared in this scope 29 | f(depth + 1,l,cnt,a,comp,visited); | ^~~~~~~ Main.cpp: At global scope: Main.cpp:34:1: error: expected declaration before ‘}’ token 34 | } | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.