QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#795554 | #9727. Barkley III | ucup-team5248 | Compile Error | / | / | C++20 | 3.5kb | 2024-11-30 21:25:22 | 2024-11-30 21:25:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In instantiation of ‘FastSet<_n>::FastSet(ull) [with int _n = 1000008; ull = long long unsigned int]’: answer.code:65:19: required from here answer.code:15:16: error: lvalue required as left operand of assignment 15 | _n = (_n + B - 1) / B; | ~~~^~~~~~~~~~~~~~~~~~