Problem | candymountain_ex |
---|---|
User | fastantic |
Submission Time | 2023-07-18 17:51:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
candymountain_ex.cpp: In function ‘void solve()’:
candymountain_ex.cpp:25:22: error: ‘maxll’ was not declared in this scope
25 | else dp[i] = maxll(dp[dq.front()], A[i]);
| ^~~~~