Problem runway
User Hijackedsoul
Submission Time 2024-07-28 16:18:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

runway.cpp: In function ‘int main()’:
runway.cpp:40:13: error: expected ‘;’ before ‘long’
40 | cout.tie(0)
| ^
| ;
runway.cpp:42:19: error: ‘e’ was not declared in this scope
42 | std::cin >> n >> e >> k;
| ^
runway.cpp:42:24: error: ‘k’ was not declared in this scope
42 | std::cin >> n >> e >> k;
| ^