QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#252783 | #6864. Fencing the cows | ucup-team2335 | Compile Error | / | / | C++14 | 1.5kb | 2023-11-16 11:00:27 | 2023-11-16 11:00:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:58:34: error: ‘ok’ was not declared in this scope 58 | rep(j,0,n-1) if (ok[j][i]) ans=min(ans,dp[j]); | ^~