Problem commando
User kxd
Submission Time 2023-12-26 23:20:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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