Problem coke
User boaznumberd5555
Submission Time 2025-02-09 23:53:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

coke.cpp: In function ‘int32_t main()’:
coke.cpp:33:38: error: expected ‘;’ before ‘}’ token
33 | output = max(output,dp[n][j])
| ^
| ;
34 | }
| ~