QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#457468 | #8771. Dihedral Group | ucup-team3529 | Compile Error | / | / | C++14 | 901b | 2024-06-29 12:39:45 | 2024-06-29 12:39:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main(int, char**)’: answer.code:35:5: error: ‘reverse’ was not declared in this scope 35 | reverse(a.begin(), a.end()); | ^~~~~~~