QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#745657 | #9622. 有限小数 | ucup-team647 | Compile Error | / | / | C++20 | 2.3kb | 2024-11-14 10:58:51 | 2024-11-14 10:58:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:46:6: error: redefinition of ‘void dfs5(ll, ll)’ 46 | void dfs5(ll x, ll k){ | ^~~~ answer.code:24:6: note: ‘void dfs5(ll, ll)’ previously defined here 24 | void dfs5(ll x, ll k){ | ^~~~ answer.code: In function ‘void solve()’: answer.code:93:5: error: ‘dfs2’ was not declared in this scope; did you mean ‘dfs5’? 93 | dfs2(ui % mod, op); | ^~~~ | dfs5