QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#245886#7765. Xor Masterznstz#Compile Error//C++203.7kb2023-11-10 14:23:512024-07-04 02:51:16

Details

answer.code: In function ‘void solve()’:
answer.code:163:24: error: too few arguments to function ‘void rebuild(long long unsigned int)’
  163 |                 rebuild();
      |                 ~~~~~~~^~
answer.code:117:6: note: declared here
  117 | void rebuild(ull d)
      |      ^~~~~~~