Problem | segmenttree2 |
---|---|
User | hpesoj |
Submission Time | 2023-02-28 17:41:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
segmenttree2.cpp: In function ‘int main()’:
segmenttree2.cpp:4:22: error: ‘ll’ was not declared in this scope
4 | #define rep(i,n) for(ll i = 1; i <= n; i++)
| ^~
segmenttree2.cpp:57:5: note: in expansion of macro ‘rep’
57 | rep(i,q){
| ^~~
segmenttree2.cpp:57:9: error: ‘i’ was not declared in this scope
57 | rep(i,q){
| ^
segmenttree2.cpp:4:32: note: in definition of macro ‘rep’
4 | #define rep(i,n) for(ll i = 1; i <= n; i++)
| ^