Problem catlunch
User 583116UB
Submission Time 2024-07-06 09:43:58
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);cint.tie(0);
| ^~~~~~~~~~~~~~~
catlunch.cpp:6:35: error: ‘cint’ was not declared in this scope; did you mean ‘uint’?
6 | ios_base::Sync_with_stdio(false);cint.tie(0);
| ^~~~
| uint
catlunch.cpp:22:9: error: ‘dg’ was not declared in this scope; did you mean ‘dq’?
22 | while(!dg.empty()){
| ^~
| dq