QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#130088 | #4406. 独立集问题 | GuanYunchang | Compile Error | / | / | C++14 | 2.0kb | 2023-07-23 16:03:21 | 2023-07-23 16:03:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
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