QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#329808#7698. ISBN ConversionGuanYunchangCompile Error//C++982.0kb2024-02-17 03:15:462024-02-17 03:15:46

Details

answer.code: In function ‘int main()’:
answer.code:36:30: error: ‘std::string’ {aka ‘class std::__cxx11::basic_string<char>’} has no member named ‘back’
   36 |         if (s[0] == '-' || s.back() == '-') {
      |                              ^~~~