Problem | bestplace |
---|---|
User | louisleehi |
Submission Time | 2023-12-24 19:00:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:9:34: error: expected ‘;’ before ‘cin’
9 | ios_base::sync_with_stdio(false)
| ^
| ;
10 | cin.tie(NULL)
| ~~~