| Problem | choosingcandies |
|---|---|
| User | Yuhmama |
| Submission Time | 2026-06-24 15:38:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choosingcandies.cpp: In function βint main()β:
choosingcandies.cpp:18:32: error: expected primary-expression before β+=β token
18 | if (candies[i] +candies[j] >+=k) {
| ^~