Problem workload
User hpesoj
Submission Time 2023-03-10 09:11:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

workload.cpp: In function ‘int DP(int, int)’:
workload.cpp:21:16: error: expected ‘;’ before ‘}’ token
21 | else return 0
| ^
| ;
22 | }
| ~