QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#130088#4406. 独立集问题GuanYunchangCompile Error//C++142.0kb2023-07-23 16:03:212023-07-23 16:03:25

詳細信息

answer.code: In function ‘void LgxTpre::dfs(long long int)’:
answer.code:49:25: error: ‘cmin’ was not declared in this scope; did you mean ‘fmin’?
   49 |                         cmin(zmix,max({f[to][0][0]+val[to],f[to][1][0],f[to][2][0]})-max({f[to][1][1],f[to][2][1]}));
      |                         ^~~~
      |                         fmin