QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#248459 | #7627. Phony | ucup-team221# | Compile Error | / | / | C++14 | 3.7kb | 2023-11-11 19:16:00 | 2023-11-11 19:16:01 |
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:75:5: error: ‘sort’ was not declared in this scope; did you mean ‘sqrt’? 75 | sort(ALL(A)); | ^~~~ | sqrt answer.code:80:5: error: ‘reverse’ was not declared in this scope 80 | reverse(ALL(B)); | ^~~~~~~