Problem choosingcandies
User smartsword
Submission Time 2025-07-02 16:37:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:11:14: error: expected ‘;’ before ‘+’ token
11 | for(int i + 0;i < n;i++){
| ^~
| ;
choosingcandies.cpp:11:24: error: expected ‘)’ before ‘;’ token
11 | for(int i + 0;i < n;i++){
| ~ ^
| )
choosingcandies.cpp:11:25: error: ‘i’ was not declared in this scope
11 | for(int i + 0;i < n;i++){
| ^
choosingcandies.cpp:14:9: error: redeclaration of ‘int ans’
14 | int ans = 0;
| ^~~
choosingcandies.cpp:10:9: note: ‘int ans’ previously declared here
10 | int ans;
| ^~~
choosingcandies.cpp:16:31: error: expected primary-expression before ‘;’ token
16 | for(int j = i + 1;j < ;i++){
| ^