QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#202050#2919. SubprimeMaMengQiCompile Error//C++981002b2023-10-05 18:48:282023-10-05 18:48:28

詳細信息

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