Problem | commando |
---|---|
User | Kiameimon |
Submission Time | 2023-12-24 15:28:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
commando.cpp: In function ‘int main()’:
commando.cpp:46:2: error: ‘LineContainer’ was not declared in this scope; did you mean ‘lineContainer’?
46 | LineContainer lc(n); lc.add(0,0);
| ^~~~~~~~~~~~~
| lineContainer
commando.cpp:46:23: error: ‘lc’ was not declared in this scope; did you mean ‘c’?
46 | LineContainer lc(n); lc.add(0,0);
| ^~
| c