| Problem | choosingcandies |
|---|---|
| User | aribah |
| Submission Time | 2026-06-25 21:12:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:10:7: error: ‘a’ was not declared in this scope
10 | if(a[i]+a[j]>= x) res++;
| ^