Problem robots2
User dumgod
Submission Time 2026-03-07 17:25:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robots2.cpp: In function ‘int main()’:
robots2.cpp:17:13: error: ‘a’ was not declared in this scope
17 | arr[a]=0;
| ^
robots2.cpp:23:24: error: expected ‘;’ before ‘if’
23 | pee[i+1]=pee[i]
| ^
| ;
24 | if(arr[i]==0){
| ~~