실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:42:18: warning: operation on ‘b’ may be undefined [-Wsequence-point] 42 | sq[b]={{k,b++},{i,j}}; | ~^~ Main.cpp:3:11: error: ‘second’ was not declared in this scope 3 | #define S second | ^~~~~~ Main.cpp:60:20: note: in expansion of macro ‘S’ 60 | ans[q]=query(1,S,1); | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
반례를 발견하지 못했습니다.