QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#201767#2919. SubprimeGuanYunchangCompile Error//C++981.1kb2023-10-05 16:41:192023-10-05 16:41:19

Details

answer.code: In function ‘bool contains(int, std::string)’:
answer.code:26:16: error: ‘to_string’ was not declared in this scope
   26 |     string s = to_string(num);
      |                ^~~~~~~~~