| Problem | progression |
|---|---|
| User | Batigol |
| Submission Time | 2026-04-17 11:51:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
progression.cpp:138:9: error: macro "fab" requires 3 arguments, but only 2 given
138 | fab(1,n){
| ^
progression.cpp:17: note: macro "fab" defined here
17 | #define fab(i,a,b) for(ll i = a; i<b; i++)
|
progression.cpp: In member function ‘void node::prop()’:
progression.cpp:70:15: error: expected ‘;’ before ‘lazy’
70 | sum += lazy
| ^
| ;
71 | lazy = 0;
| ~~~~
progression.cpp: In member function ‘skib node::query(long long int, long long int)’:
progression.cpp:126:33: error: expected ‘;’ before ‘if’
126 | res.v = max(lefty.v, righty.v)
| ^
| ;
127 | if(lefty.rval==righty.lval){
| ~~
progression.cpp: In function ‘int main()’:
progression.cpp:138:2: error: ‘fab’ was not declared in this scope
138 | fab(1