QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#202054#2919. SubprimeMaMengQiCompile Error//C++98954b2023-10-05 18:51:142023-10-05 18:51:15

Details

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