| Problem | candymountain_ex |
|---|---|
| User | chickengoat |
| Submission Time | 2025-12-03 14:07:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candymountain_ex.cpp: In function ‘int main()’:
candymountain_ex.cpp:15:2: error: expected primary-expression before ‘for’
15 | for(ll i=0;i<k;i++) {
| ^~~
candymountain_ex.cpp:15:13: error: ‘i’ was not declared in this scope
15 | for(ll i=0;i<k;i++) {
| ^
candymountain_ex.cpp:21:36: error: expected ‘)’ before ‘;’ token
21 | rangemin=min(rangemin,candies[x];
| ~ ^
| )