실행 실패 (제출 코드 컴파일 에러)
Main.cpp:3:30: error: pragma or attribute ‘target("avx2")’ is not valid 3 | #pragma GCC target("avx2,fma") | ^ Main.cpp: In function ‘Node qry(int, int)’: Main.cpp:38:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 38 | if(l&1) rl=merge(rl,tree[l++]); if(r&1) rr=merge(tree[--r],rr); | ^~ Main.cpp:38:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 38 | if(l&1) rl=merge(rl,tree[l++]); if(r&1) rr=merge(tree[--r],rr); | ^~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.