Problem choosingcandies
User neoaix
Submission Time 2026-06-25 08:15:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:15:18: error: lvalue required as decrement operand
15 | right--;
| ^~
choosingcandies.cpp:17:17: error: lvalue required as increment operand
17 | left++;
| ^~