QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#98109#2928. Espresso!ZhaoZiLongCompile Error//C++981.1kb2023-04-19 05:30:342023-04-19 05:30:36

詳細信息

answer.code: In function ‘void solved()’:
answer.code:30:17: error: ‘std::string’ {aka ‘class std::__cxx11::basic_string<char>’} has no member named ‘back’
   30 |         if (str.back() != 'L') {
      |                 ^~~~
answer.code:31:19: error: ‘stoi’ was not declared in this scope; did you mean ‘atoi’?
   31 |             cnt = stoi(str);
      |                   ^~~~
      |                   atoi
answer.code:34:25: error: ‘stoi’ was not declared in this scope; did you mean ‘atoi’?
   34 |             int shots = stoi(str.substr(0, str.size() - 1));
      |                         ^~~~
      |                         atoi