Problem gotoubun
User Gladius3482
Submission Time 2022-12-27 16:07:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoubun.cpp: In function β€˜int main()’:
gotoubun.cpp:16:42: error: expected β€˜;’ before numeric constant
16 | if(v[k]<v[j])dp[i][j]+=dp[i-1][k]%998 244 353;
| ^~~~
| ;