Problem coincombinations
User idontlikeboystrustme
Submission Time 2026-03-30 16:50:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:27:31: error: expected ‘;’ before ‘if’
27 | dp[i][j]%=13371337
| ^
| ;
28 | if(j>=a[i]){
| ~~