| Problem | choosingcandies |
|---|---|
| User | Yuhmama |
| Submission Time | 2026-06-24 15:38:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:18:8: error: ‘v’ was not declared in this scope
18 | if (v[i] +v[j] >+=k) {
| ^
choosingcandies.cpp:18:20: error: expected primary-expression before ‘+=’ token
18 | if (v[i] +v[j] >+=k) {
| ^~