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