Problem catlunch
User 583116UB
Submission Time 2024-07-06 09:44:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:6:12: error: ‘Sync_with_stdio’ is not a member of ‘std::ios_base’
6 | ios_base::Sync_with_stdio(false);cin.tie(0);
| ^~~~~~~~~~~~~~~
catlunch.cpp:22:9: error: ‘dg’ was not declared in this scope; did you mean ‘dq’?
22 | while(!dg.empty()){
| ^~
| dq