Problem hld
User itsLQ
Submission Time 2025-03-19 11:56:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hld.cpp: In function ‘int main()’:
hld.cpp:144:33: error: expected ‘;’ before ‘}’ token
144 | cout << query(1, N) << '\n'
| ^
| ;
145 | } else if (pre[A] <= R && R <= pst[A]) {
| ~