QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#749751 | #8520. Xor Partitions | HuangHanSheng | Compile Error | / | / | C++20 | 357b | 2024-11-15 09:57:27 | 2024-11-15 09:57:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:15:33: error: ‘mod’ was not declared in this scope; did you mean ‘modf’? 15 | (dp[i]+=dp[j]*(a[i]^a[j])%mod)%=mod; | ^~~ | modf