Problem | mirrors |
---|---|
User | yin |
Submission Time | 2025-06-20 16:25:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mirrors.cpp: In function ‘int main()’:
mirrors.cpp:8:5: error: ‘broken’ was not declared in this scope; did you mean ‘broke’?
8 | broken =0;
| ^~~~~~
| broke
mirrors.cpp:15:42: error: expected primary-expression before ‘=’ token
15 | while (arr[count-1]and arr[count+1]!==0){
| ^