QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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; | ^~ | > >