Problem runway
User Henries
Submission Time 2025-01-17 09:43:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

runway.cpp: In function ‘int main()’:
runway.cpp:124:19: error: expected initializer at end of input
124 | long long a
| ^
runway.cpp:124:19: error: expected ‘}’ at end of input
runway.cpp:123:32: note: to match this ‘{’
123 | for(int i = 0; i < e; i++) {
| ^
runway.cpp:124:19: error: expected ‘}’ at end of input
124 | long long a
| ^
runway.cpp:110:12: note: to match this ‘{’
110 | int main() {
| ^