| Problem | ccs |
|---|---|
| User | TheInvadr |
| Submission Time | 2023-01-13 23:04:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int main()’:
ccs.cpp:19:17: error: ‘i’ was not declared in this scope
19 | arr[i]=1;
| ^
ccs.cpp:23:17: error: ‘i’ was not declared in this scope
23 | arr[i]=0;
| ^