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