QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#680872#1081. Satisfaction Guaranteed114514114514Compile Error//C++145.8kb2024-10-26 23:10:532024-10-26 23:10:54

Details

answer.code: In function ‘void analyzeProgram(const std::string&)’:
answer.code:168:14: error: ‘sort’ is not a member of ‘std’; did you mean ‘qsort’?
  168 |         std::sort(variableList.begin(), variableList.end());
      |              ^~~~
      |              qsort