QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#79452 | #2464. Taxed Editor | MaMengQi | Compile Error | / | / | C++11 | 1.2kb | 2023-02-20 08:59:08 | 2023-02-20 08:59:11 |
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:50:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’? 50 | sort(p+1, p+1+n, cmp); | ^~~~ | short