Owl Get a Life
snack.cpp: In function ‘int main()’:snack.cpp:22:30: error: expected ‘;’ before ‘}’ token 22 | ans = max(dp[i], ans) | ^ | ; 23 | } | ~