Problem hld
User penguin133
Submission Time 2024-05-14 20:49:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/c++/9/cassert:44,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from hld.cpp:1:
hld.cpp: In member function ‘long long int node::qry(long long int, long long int)’:
hld.cpp:43:25: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
43 | assert(a >= 1 && b <= n);
| ^