Problem | gotoubun |
---|---|
User | Gladius3482 |
Submission Time | 2022-12-27 16:07:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^~~~
| ;