| Problem | choosingcandies |
|---|---|
| User | TheVeryJerryBerry |
| Submission Time | 2026-06-24 15:50:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:7:2: error: expected primary-expression before ‘<’ token
7 | <vector<int> o(n);
| ^
choosingcandies.cpp:7:15: error: expected primary-expression before ‘o’
7 | <vector<int> o(n);
| ^
choosingcandies.cpp:9:9: error: ‘o’ was not declared in this scope
9 | cin>> o[i]
| ^
choosingcandies.cpp:14:7: error: ‘o’ was not declared in this scope
14 | if(o[p]+o[j] => a)(
| ^
choosingcandies.cpp:14:18: error: expected primary-expression before ‘>’ token
14 | if(o[p]+o[j] => a)(
| ^
choosingcandies.cpp:15:9: error: expected ‘)’ before ‘;’ token
15 | k +=1;
| ^
| )
choosingcandies.cpp:14:22: note: to match this ‘(’
14 | if(o[p]+o[j] => a)(
| ^
choosingcandies.c