| Problem | choosingcandies |
|---|---|
| User | TheVeryJerryBerry |
| Submission Time | 2026-06-24 15:50:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:9:13: error: expected ‘;’ before ‘}’ token
9 | cin>> o[i]
| ^
| ;
10 |
11 | }
| ~
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.cpp:16:4: error: expected primary-expression before ‘)’ token
16 | )
| ^
choosingcandies.cpp:21:7: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘int’)
21 | cout >> k ;
| ~~~~ ^~ ~
| | |
|