Problem commando
User JoshJuice
Submission Time 2025-07-29 21:38:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

commando.cpp: In member function ‘ll LiChaoTree::Line::eval(ll) const’:
commando.cpp:44:15: error: ‘NEGINF’ was not declared in this scope; did you mean ‘NEGINF1’?
44 | if (v < NEGINF) return NEGINF;
| ^~~~~~
| NEGINF1
commando.cpp: In function ‘int main()’:
commando.cpp:104:15: error: ‘NEGINF’ was not declared in this scope; did you mean ‘NEGINF1’?
104 | vll dp(n+1, NEGINF);
| ^~~~~~
| NEGINF1