QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#98482#2919. SubprimeGuanYunchangCompile Error//C++981.3kb2023-04-19 07:30:072023-04-19 07:30:15

Details

answer.code: In function ‘std::vector<std::__cxx11::basic_string<char> > get_substrings(int)’:
answer.code:28:16: error: ‘to_string’ was not declared in this scope
   28 |     string s = to_string(num);
      |                ^~~~~~~~~