Problem catlunch
User Orson
Submission Time 2026-01-09 11:42:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp:20:1: error: stray ‘\302’ in program
20 |    ios::sync_with_stdio(0);
| ^
catlunch.cpp:20:2: error: stray ‘\240’ in program
20 |    ios::sync_with_stdio(0);
| ^
catlunch.cpp:20:4: error: stray ‘\302’ in program
20 |    ios::sync_with_stdio(0);
| ^
catlunch.cpp:20:5: error: stray ‘\240’ in program
20 |    ios::sync_with_stdio(0);
| ^
catlunch.cpp:21:1: error: stray ‘\302’ in program
21 |    cin.tie(0);
| ^
catlunch.cpp:21:2: error: stray ‘\240’ in program
21 |    cin.tie(0);
| ^
catlunch.cpp:21:4: error: stray ‘\302’ in program
21 |    cin.tie(0);
| ^
catlunch.cpp:21:5: error: stray ‘\240’ in program
21 |    cin.tie(0);
| ^
catlunch.cpp:22:1: error: stray ‘\302’ in program
22 |    cout.tie(0);
| ^
catlunch.cpp:22:2: error: stray ‘\240’ in program
22 |    cout.tie(0);
| ^
catlunch.