| Problem | candies3 |
|---|---|
| User | idontlikeboystrustme |
| Submission Time | 2025-11-19 16:35:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candies3.cpp: In function ‘int main()’:
candies3.cpp:25:22: error: expected ‘;’ before ‘}’ token
25 | a[i] = -1
| ^
| ;
26 | }
| ~