QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#714801 | #9406. Triangle | Huluobo | Compile Error | / | / | C++14 | 3.5kb | 2024-11-06 08:01:05 | 2024-11-06 08:01:05 |
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:90:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’? 90 | sort(t + 1, t + m + 1, cmp); | ^~~~ | short