QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#717219 | #9576. Ordainer of Inexorable Judgment | ucup-team3774# | Compile Error | / | / | C++17 | 2.8kb | 2024-11-06 17:15:43 | 2024-11-06 17:15:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In lambda function: answer.code:93:62: error: expected primary-expression before ‘)’ token 93 | int nxf = 1ll * curf * dp[v] % md * C(n - sz[v], ) % md * fac[sz[v]] % md * inf[sz[u] - 1] % md * fac[sz[u] - sz[v] - 1] % md * qpow(dp[v], md - 2) % md; | ^