QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#680872 | #1081. Satisfaction Guaranteed | 114514114514 | Compile Error | / | / | C++14 | 5.8kb | 2024-10-26 23:10:53 | 2024-10-26 23:10:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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