| Problem | candymountain_ex |
|---|---|
| User | n1k1trh |
| Submission Time | 2025-11-22 15:37:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candymountain_ex.cpp: In function ‘int32_t main()’:
candymountain_ex.cpp:55:17: error: expected ‘;’ before ‘)’ token
55 | for(int i = N-K);i < N;i++) ans = min(dp[i], ans);
| ^
| ;
candymountain_ex.cpp:55:17: error: expected primary-expression before ‘)’ token
candymountain_ex.cpp:55:17: error: expected ‘;’ before ‘)’ token
55 | for(int i = N-K);i < N;i++) ans = min(dp[i], ans);
| ^
| ;
candymountain_ex.cpp:55:19: error: ‘i’ was not declared in this scope
55 | for(int i = N-K);i < N;i++) ans = min(dp[i], ans);
| ^