Problem choosingcandies
User neoaix
Submission Time 2026-06-25 07:56:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
choosingcandies.cpp: In lambda function:
choosingcandies.cpp:9:20: error: expected ‘{’ before ‘+’ token
9 | if([i] + arr[j] >= x) res++ ;
| ^
choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:9:22: error: ‘arr’ was not declared in this scope
9 | if([i] + arr[j] >= x) res++ ;
| ^~~