Problem shuttlerun
User chenweilian
Submission Time 2023-12-11 16:43:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shuttlerun.cpp: In function ‘int main()’:
shuttlerun.cpp:12:5: error: ‘vll’ was not declared in this scope; did you mean ‘ll’?
12 | vll L(n+1), R(n+1);
| ^~~
| ll
shuttlerun.cpp:14:16: error: ‘L’ was not declared in this scope
14 | cin >> L[i] >> R[i];
| ^
shuttlerun.cpp:14:24: error: ‘R’ was not declared in this scope
14 | cin >> L[i] >> R[i];
| ^
shuttlerun.cpp:16:5: error: ‘L’ was not declared in this scope
16 | L[0] = 0, R[0] = 0;
| ^
shuttlerun.cpp:16:15: error: ‘R’ was not declared in this scope
16 | L[0] = 0, R[0] = 0;
| ^