Problem compleecode
User trowler
Submission Time 2024-05-24 23:00:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

compleecode.cpp:38:47: error: stray ‘\302’ in program
38 | while (i--) if (v[i/z] > v[i%z]) swap(v[i/z], v[i%z]);
| ^
compleecode.cpp:38:48: error: stray ‘\240’ in program
38 | while (i--) if (v[i/z] > v[i%z]) swap(v[i/z], v[i%z]);
| ^