QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#495701 | #9129. Quotient Sum | ucup-team3529 | Compile Error | / | / | C++14 | 691b | 2024-07-27 23:11:58 | 2024-07-27 23:12:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:21:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’? 21 | sort(arr.begin(), arr.end(), greater<>()); | ^~~~ | short