Problem penguinfood
User Tyx2019
Submission Time 2024-12-13 00:08:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

penguinfood.cpp: In member function ‘void kadane::upd(long long int, long long int)’:
penguinfood.cpp:55:35: error: ‘prefendidx’ was not declared in this scope
55 | if(l->maxpref == maxpref) prefendidx = l->prefendidx;
| ^~~~~~~~~~
penguinfood.cpp:55:51: error: ‘struct kadane’ has no member named ‘prefendidx’
55 | if(l->maxpref == maxpref) prefendidx = l->prefendidx;
| ^~~~~~~~~~
penguinfood.cpp:56:14: error: ‘prefendidx’ was not declared in this scope
56 | else prefendidx = r->prefendidx;
| ^~~~~~~~~~
penguinfood.cpp:56:30: error: ‘struct kadane’ has no member named ‘prefendidx’
56 | else prefendidx = r->prefendidx;
| ^~~~~~~~~~
penguinfood.cpp: In member function ‘mxsubarr* kadane::query(long long int, long long int)’:
penguinfood.cpp