Problem shops
User Kiameimon
Submission Time 2024-03-19 11:29:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shops.cpp: In function ‘int dfs(int)’:
shops.cpp:203:3: error: for, while or do statement expected before ‘int’
203 | int cur = dq.back(); dq.pop_back();
| ^~~
shops.cpp: In function ‘void findans(int)’:
shops.cpp:220:3: error: for, while or do statement expected before ‘int’
220 | int cur = dq.back(); dq.pop_back();
| ^~~
shops.cpp: In function ‘int main()’:
shops.cpp:257:3: error: for, while or do statement expected before ‘int’
257 | int mid = (high+low) >> 1;
| ^~~