Problem segmenttree
User idontlikeboystrustme
Submission Time 2026-03-07 16:46:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree.cpp: In function ‘int main()’:
segmenttree.cpp:51:28: error: ‘a’ was not declared in this scope
51 | for(int i = 0; i < n; i++)a[i]=0;
| ^