| Problem | airplane |
|---|---|
| User | fwaeh |
| Submission Time | 2026-03-06 19:36:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
airplane.cpp: In function ‘int main()’:
airplane.cpp:20:2: error: ‘v’ was not declared in this scope
20 | v<pii> u(m);
| ^
airplane.cpp:20:7: error: expected primary-expression before ‘>’ token
20 | v<pii> u(m);
| ^
airplane.cpp:20:9: error: ‘u’ was not declared in this scope
20 | v<pii> u(m);
| ^
airplane.cpp:33:19: error: ‘isLine’ was not declared in this scope; did you mean ‘isline’?
33 | if (x != i + 1) isLine = false;
| ^~~~~~
| isline
airplane.cpp:34:19: error: ‘isLine’ was not declared in this scope; did you mean ‘isline’?
34 | if (y != i + 2) isLine = false;
| ^~~~~~
| isline
airplane.cpp:37:7: error: ‘isLine’ was not declared in this scope; did you mean ‘isline’?
37 | if (!isLine)
| ^~~~~~
| isline