0_0_37866166_15444.cpp: In function 'int main()': 0_0_37866166_15444.cpp:30:59: error: expected ')' before ';' token dp[i][j] = (dp[i-1][j-1]+1ll*dp[i-1][j]*(j-num[i])%mod; ^