Problem | explosives |
---|---|
User | lumid |
Submission Time | 2025-03-07 15:20:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
explosives.cpp:20:15: error: stray ‘\357’ in program
20 | if (i * c >= n) break;
| ^
explosives.cpp:20:16: error: stray ‘\274’ in program
20 | if (i * c >= n) break;
| ^
explosives.cpp:20:17: error: stray ‘\212’ in program
20 | if (i * c >= n) break;
| ^
explosives.cpp: In function ‘int main()’:
explosives.cpp:20:14: error: expected ‘)’ before ‘c’
20 | if (i * c >= n) break;
| ~ ^ ~
| )