QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#742066#8932. Bingoucup-team3774#Compile Error//C++1713.9kb2024-11-13 15:46:322024-11-13 15:46:33

Details

answer.code: In function ‘std::string tostring(const Bigint&)’:
answer.code:424:16: error: ‘itoa’ was not declared in this scope
  424 |         res += itoa(v.z[i], c, 10);
      |                ^~~~