Problem choosingcandies
User aribah
Submission Time 2026-06-25 21:13:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:10:12: error: expected ‘;’ before ‘if’
10 | cin >> a
| ^
| ;
11 | if(a[i]+a[j]>= x) res++;
| ~~