QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#202088#2919. SubprimeZhaoZiLongCompile Error//C++981002b2023-10-05 19:11:342023-10-05 19:11:35

詳細信息

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