Problem segmenttree2
User giaan1231
Submission Time 2024-12-09 16:37:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree2.cpp: In function ‘int main()’:
segmenttree2.cpp:45:5: error: ‘scan’ was not declared in this scope; did you mean ‘scanf’?
45 | scan(n);scan(q);
| ^~~~
| scanf
segmenttree2.cpp:49:13: error: expected primary-expression before ‘.’ token
49 | cin>.x;
| ^