Problem knockingdominoes_ex
User suzienguyen
Submission Time 2026-06-25 10:58:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

knockingdominoes_ex.cpp:4:1: error: stray ‘\302’ in program
4 |  
| ^
knockingdominoes_ex.cpp:4:2: error: stray ‘\240’ in program
4 |  
| ^
knockingdominoes_ex.cpp:6:1: error: stray ‘\342’ in program
6 |   ios_base::sync_with_stdio(0);
| ^
knockingdominoes_ex.cpp:6:2: error: stray ‘\200’ in program
6 |   ios_base::sync_with_stdio(0);
| ^
knockingdominoes_ex.cpp:6:3: error: stray ‘\203’ in program
6 |   ios_base::sync_with_stdio(0);
| ^
knockingdominoes_ex.cpp:6:4: error: stray ‘\342’ in program
6 |   ios_base::sync_with_stdio(0);
| ^
knockingdominoes_ex.cpp:6:5: error: stray ‘\200’ in program
6 |   ios_base::sync_with_stdio(0);
| ^
knockingdominoes_ex.cpp:6:6: error: stray ‘\203’ in program
6 |   ios_base::sync_with_stdio(0);
| ^
knockingdominoes_ex.cpp:7:1: error: stray ‘\342’ in program
7 |   cin.tie(0);