QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#101063#2928. Espresso!ZhaoZiLongCompile Error//C++98608b2023-04-29 00:15:312023-04-29 00:15:32

Details

answer.code: In function ‘int main()’:
answer.code:19:20: error: ‘stoi’ was not declared in this scope; did you mean ‘atoi’?
   19 |                 r+=stoi(x);
      |                    ^~~~
      |                    atoi