Problem fractionalmultiset
User PlayVoltz
Submission Time 2023-12-26 02:05:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fractionalmultiset.cpp: In function ‘long long int frac(long long int, long long int)’:
fractionalmultiset.cpp:15:17: error: expected ‘;’ before ‘}’ token
15 | return dp[i][j]
| ^
| ;
16 | }
| ~