Problem choosingcandies
User Zaydluq
Submission Time 2026-06-24 16:31:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:12:14: error: ‘a’ was not declared in this scope
12 | int sum = a[i] + a[j];
| ^
choosingcandies.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
choosingcandies.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^