QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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) | ^~~~~~~