Problem | fertile |
---|---|
User | PlayVoltz |
Submission Time | 2024-01-09 11:06:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fertile.cpp: In function ‘int32_t main()’:
fertile.cpp:55:56: error: expected ‘;’ before ‘}’ token
55 | ans=min(ans, dp[i][j]+psum[n]-psum[j]-vect[j]*(n-j))
| ^
| ;
56 | }
| ~