Problem cuberoot
User Daembt
Submission Time 2026-02-07 09:16:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp:4:1: error: stray ‘\302’ in program
4 |     ios::sync_with_stdio(false);
| ^
cuberoot.cpp:4:2: error: stray ‘\240’ in program
4 |     ios::sync_with_stdio(false);
| ^
cuberoot.cpp:4:3: error: stray ‘\302’ in program
4 |     ios::sync_with_stdio(false);
| ^
cuberoot.cpp:4:4: error: stray ‘\240’ in program
4 |     ios::sync_with_stdio(false);
| ^
cuberoot.cpp:4:5: error: stray ‘\302’ in program
4 |     ios::sync_with_stdio(false);
| ^
cuberoot.cpp:4:6: error: stray ‘\240’ in program
4 |     ios::sync_with_stdio(false);
| ^
cuberoot.cpp:4:7: error: stray ‘\302’ in program
4 |     ios::sync_with_stdio(false);
| ^
cuberoot.cpp:4:8: error: stray ‘\240’ in program
4 |     ios::sync_with_stdio(false);
| ^
cuberoot.cpp:5:1: error: stray ‘\302’ in program
5 |     cin.tie(NULL);
| ^
cuber