Problem robotbombs
User ervinthedamsel
Submission Time 2024-12-30 13:39:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robotbombs.cpp: In function ‘int main()’:
robotbombs.cpp:17:21: error: expected ‘;’ before ‘}’ token
17 | cout << n + 1 - ans
| ^
| ;
18 | }
| ~