| Problem | choosingcandies |
|---|---|
| User | yixin |
| Submission Time | 2026-06-24 16:52:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:13:14: error: expected ‘;’ before ‘}’ token
13 | cin >> A[i]
| ^
| ;
14 | }
| ~