QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#211931#2919. SubprimeZhangYiDeCompile Error//C++981.6kb2023-10-13 00:04:002023-10-13 00:04:01

Details

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