QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#202090#2919. SubprimeMaMengQiCompile Error//C++98897b2023-10-05 19:16:452023-10-05 19:16:46

详细

answer.code: In function ‘int countprimeswithsubstring(int, int, std::string)’:
answer.code:25:29: error: ‘to_string’ was not declared in this scope
   25 |             string numStr = to_string(num);
      |                             ^~~~~~~~~