QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#183079 | #5580. Branch Manager | ZhaoZiLong | Compile Error | / | / | C++11 | 601b | 2023-09-18 22:19:30 | 2023-09-18 22:19:30 |
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:38:17: error: ‘sort’ was not declared in this scope; did you mean ‘short’? 38 | sort(g[i].begin(),g[i].end()); | ^~~~ | short