| Problem | choosingcandies |
|---|---|
| User | lucaskoh |
| Submission Time | 2026-06-24 16:29:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:14:14: error: expected ‘;’ before ‘for’
14 | cin >> A[i]
| ^
| ;
15 | for(long long j=i+1; j <=N; j++){
| ~~~
choosingcandies.cpp:15:30: error: ‘j’ was not declared in this scope
15 | for(long long j=i+1; j <=N; j++){
| ^