실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘void comb(std::vector<int>, int*, int, int, int, bool)’: Main.cpp:18:38: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 18 | for (size_t i = 0; i < sel_size; i++) | ~~^~~~~~~~~~ Main.cpp:23:25: error: ‘result’ was not declared in this scope 23 | result += val / mul; | ^~~~~~ Main.cpp:27:25: error: ‘result’ was not declared in this scope 27 | result -= val / mul; | ^~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
반례를 발견하지 못했습니다.