Problem llis
User nyanyanya
Submission Time 2023-01-12 00:25:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

llis.cpp: In function ‘void propogate()’:
llis.cpp:2:7: error: ‘lazy’ was not declared in this scope
2 | if (lazy == mp(0ll,0ll)) return;
| ^~~~
llis.cpp:2:15: error: ‘mp’ was not declared in this scope
2 | if (lazy == mp(0ll,0ll)) return;
| ^~
llis.cpp:3:3: error: ‘val’ was not declared in this scope
3 | val.fi += lazy.fi; val.se += lazy.se;
| ^~~
llis.cpp:3:13: error: ‘lazy’ was not declared in this scope
3 | val.fi += lazy.fi; val.se += lazy.se;
| ^~~~
llis.cpp:4:7: error: ‘s’ was not declared in this scope
4 | if (s != e){
| ^
llis.cpp:4:12: error: ‘e’ was not declared in this scope
4 | if (s != e){
| ^
llis.cpp:5:4: error: ‘l’ was not declared in this scope
5 | l->lazy.fi += lazy.fi; l->lazy.se += lazy.se;
| ^
llis.cpp:6:4: error: ‘r’ was not declared in this scope
6