| Problem | choosingcandies |
|---|---|
| User | andikawahyudi |
| Submission Time | 2026-02-05 20:32:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:11:10: error: ‘arr’ was not declared in this scope
11 | cin >> arr[i];
| ^~~
choosingcandies.cpp:16:8: error: ‘arr’ was not declared in this scope
16 | if (arr[i] + arr[j] >= K) {
| ^~~