QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#745657#9622. 有限小数ucup-team647Compile Error//C++202.3kb2024-11-14 10:58:512024-11-14 10:58:57

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