Problem robotbombs
User StormyGood
Submission Time 2025-11-09 14:29:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robotbombs.cpp: In function ‘int main()’:
robotbombs.cpp:10:14: error: expected ‘;’ before ‘for’
10 | s.push(b[0])
| ^
| ;
11 | for (int i = 1; i < a; i++)
| ~~~
robotbombs.cpp:11:18: error: ‘i’ was not declared in this scope
11 | for (int i = 1; i < a; i++)
| ^