QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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; | ~~~^~~~~~~~~~~~~~~~~~