QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#466690#2919. SubprimeZhaoZiLongCompile Error//C++981.1kb2024-07-08 02:26:562024-07-08 02:26:56

Details

answer.code: In function ‘void solve()’:
answer.code:29:20: error: ‘to_string’ was not declared in this scope
   29 |         string x = to_string(ans[i]);
      |                    ^~~~~~~~~
answer.code:29:20: note: ‘std::to_string’ is only available from C++17 onwards