Problem progression
User YH
Submission Time 2026-02-09 14:33:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

progression.cpp: In member function ‘void SegmentTree::push_lazy(ll, ll, ll)’:
progression.cpp:173:16: error: expected ‘)’ before ‘l’
173 | if (st[node]l.lazyAdd != 0) {
| ~ ^
| )
progression.cpp:173:15: error: could not convert ‘st[node]’ from ‘Node’ to ‘bool’
173 | if (st[node]l.lazyAdd != 0) {
| ~~~~~~~^
| |
| Node