QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#245886 | #7765. Xor Master | znstz# | Compile Error | / | / | C++20 | 3.7kb | 2023-11-10 14:23:51 | 2024-07-04 02:51:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:163:24: error: too few arguments to function ‘void rebuild(long long unsigned int)’ 163 | rebuild(); | ~~~~~~~^~ answer.code:117:6: note: declared here 117 | void rebuild(ull d) | ^~~~~~~