QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#742072#8932. Bingoucup-team3774#Compile Error//C++2313.9kb2024-11-13 15:47:312024-11-13 15:47:39

詳細信息

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);
      |                ^~~~