Problem commando
User ThePwo
Submission Time 2022-12-26 22:03:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

commando.cpp:7:11: error: ‘ll’ does not name a type
7 | mutable ll k, m, p;
| ^~
commando.cpp: In member function ‘bool _LineContainer::Line::operator<(const _LineContainer::Line&) const’:
commando.cpp:9:30: error: ‘p’ was not declared in this scope
9 | return _Line_Comp_State ? p < o.p : k < o.k;
| ^
commando.cpp:9:36: error: ‘const struct _LineContainer::Line’ has no member named ‘p’
9 | return _Line_Comp_State ? p < o.p : k < o.k;
| ^
commando.cpp:9:40: error: ‘k’ was not declared in this scope
9 | return _Line_Comp_State ? p < o.p : k < o.k;
| ^
commando.cpp:9:46: error: ‘const struct _LineContainer::Line’ has no member named ‘k’
9 | return _Line_Comp_State ? p < o.p : k < o.k;
| ^
commando