Problem selfdefence
User Pan
Submission Time 2024-06-26 11:42:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

selfdefence.cpp: In function β€˜int main()’:
selfdefence.cpp:52:117: error: expected β€˜;’ before numeric constant
52 | for (ll i=0; i<=n+1; ++i) for (ll j=0; j<=k+1; ++j) for (ll x=0; x<2; ++x) dp[i][j][x] = ps[i][j][x] = psx[i][j][x]0;
| ^
| ;