| Problem | choosingcandies | 
|---|---|
| User | smartsword | 
| Submission Time | 2025-07-02 16:40:21 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:15:33: error: expected ‘)’ before ‘]’ token
   15 |             if (a[j] + a[i] >= k ]){
      |                ~                ^~
      |                                 )
choosingcandies.cpp:15:34: error: expected primary-expression before ‘]’ token
   15 |             if (a[j] + a[i] >= k ]){
      |                                  ^