Problem buffet
User lHog
Submission Time 2024-05-11 09:58:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

buffet.cpp: In function ‘int main()’:
buffet.cpp:23:36: error: expected ‘)’ before ‘;’ token
23 | cout << min(dp[0][n-1], dp[1][n-1];
| ~ ^
| )