| Problem | runaway |
|---|---|
| User | Random52 |
| Submission Time | 2024-12-23 18:26:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
runaway.cpp: In function ‘int main()’:
runaway.cpp:10:5: error: expected initializer before ‘int’
10 | int n, m, q;
| ^~~
runaway.cpp:12:17: error: ‘n’ was not declared in this scope
12 | std::cin >> n >> m >> q;
| ^
runaway.cpp:12:22: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
12 | std::cin >> n >> m >> q;
| ^
| tm
runaway.cpp:12:27: error: ‘q’ was not declared in this scope
12 | std::cin >> n >> m >> q;
| ^