Problem xortree
User PlayVoltz
Submission Time 2024-03-13 23:12:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xortree.cpp: In function ‘void apply(long long int, long long int)’:
xortree.cpp:27:2: error: expected ‘;’ before ‘if’
27 | if (i<n)lazy[i]+=val;
| ^~