QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#666715 | #5542. Doubled GCD | GuanYunchang | Compile Error | / | / | C++98 | 1.3kb | 2024-10-22 19:42:27 | 2024-10-22 19:42:37 |
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:30:49: error: ‘>>’ should be ‘> >’ within a nested template argument list 30 | priority_queue<int, vector<int>, greater<int>> pq; | ^~ | > >