QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#221714 | #7608. Cliques | ucup-team2133# | Compile Error | / | / | C++20 | 7.7kb | 2023-10-21 14:21:10 | 2023-10-21 14:21:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In instantiation of ‘modint<T, _mod> modint<T, _mod>::inverse() const [with T = int; T _mod = 1000000007]’: answer.code:261:56: required from here answer.code:44:18: error: ‘recursion’ was not declared in this scope 44 | } / recursion(x, mod, u, v); | ~~~~~~~~~^~~~~~~~~~~~~~