QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45554 | #4565. Rarest Insects | ZhaoZiLong | Compile Error | / | / | C++17 | 1.4kb | 2022-08-24 12:42:25 | 2022-08-24 12:42:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int min_cardinality(int)’: answer.code:63:16: error: ‘ans’ was not declared in this scope; did you mean ‘abs’? 63 | return ans; | ^~~ | abs