Problem commando
User kxd
Submission Time 2024-01-14 00:06:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

commando.cpp:8:10: 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:29: error: ‘p’ was not declared in this scope
10 | return _Line_Comp_State ? p < o.p : k < o.k;
| ^
commando.cpp:10:35: error: ‘const struct _LineContainer::Line’ has no member named ‘p’
10 | return _Line_Comp_State ? p < o.p : k < o.k;
| ^
commando.cpp:10:39: error: ‘k’ was not declared in this scope
10 | return _Line_Comp_State ? p < o.p : k < o.k;
| ^
commando.cpp:10:45: error: ‘const struct _LineContainer::Line’ has no member named ‘k’
10 | return _Line_Comp_State ? p < o.p : k < o.k;
| ^
commando.cpp: