QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#202057#2919. SubprimeGuanYunchangCompile Error//C++98973b2023-10-05 18:54:332023-10-05 18:54:34

詳細信息

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