QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#660159 | #9486. Random Mex | ucup-team3648# | Compile Error | / | / | C++20 | 5.4kb | 2024-10-20 07:48:08 | 2024-10-20 07:48:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:205:60: error: ‘fact’ was not declared in this scope 205 | Mint ans = Mint(m + 1).qpow(n) - Mint(m).qpow(n) - fact[m + 1] * S[n][m + 1]; | ^~~~