Problem choosingcandies
User andikawahyudi
Submission Time 2026-02-05 20:32:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:11:10: error: ‘a’ was not declared in this scope
11 | cin >> a[i];
| ^
choosingcandies.cpp:16:8: error: ‘a’ was not declared in this scope
16 | if (a[i] + a[j] >= K) {
| ^