Problem lunchcombo
User PoTheSloth
Submission Time 2023-11-21 18:24:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchcombo.cpp: In function ‘int32_t main()’:
lunchcombo.cpp:8:12: error: ‘sync_with_Stdio’ is not a member of ‘std::ios_base’
8 | ios_base::sync_with_Stdio(false);cin.tie(0);cout.tie(0);
| ^~~~~~~~~~~~~~~