Problem runaway
User Random52
Submission Time 2024-12-23 18:27:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

runaway.cpp: In function ‘int main()’:
runaway.cpp:10:9: error: two or more data types in declaration of ‘n’
10 | int n, m, q;
| ^
runaway.cpp:10:12: error: two or more data types in declaration of ‘m’
10 | int n, m, q;
| ^
runaway.cpp:10:15: error: two or more data types in declaration of ‘q’
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;
| ^