QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45713 | #4565. Rarest Insects | MaMengQi | Compile Error | / | / | C++17 | 1.4kb | 2022-08-24 14:39:47 | 2022-08-24 14:39:50 |
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:67:20: error: ‘D’ was not declared in this scope 67 | int l = 1, r = N/D; | ^