Problem | shuttlerun |
---|---|
User | Tyx2019 |
Submission Time | 2023-12-09 10:48:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shuttlerun.cpp: In function ‘int main()’:
shuttlerun.cpp:25:3: error: expected primary-expression before ‘=’ token
25 | =
| ^
shuttlerun.cpp:26:3: error: expected primary-expression before ‘if’
26 | if(x.first<curloc) ans2=curloc-x.first;
| ^~