| Problem | choosingcandies |
|---|---|
| User | aribah |
| Submission Time | 2026-06-25 21:24:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:10:4: error: expected initializer before ‘if’
10 | if(a[i]+a[j]>= x) res++;
| ^~