QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#252783#6864. Fencing the cowsucup-team2335Compile Error//C++141.5kb2023-11-16 11:00:272023-11-16 11:00:27

详细

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]);
      |                                  ^~