QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#855229 | #9557. Temperance | MaMengQi | Compile Error | / | / | C++98 | 1016b | 2025-01-12 16:25:49 | 2025-01-12 16:25:50 |
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:24:53: error: ‘>>’ should be ‘> >’ within a nested template argument list 24 | priority_queue<int, vector<int>, greater<int>>pq; | ^~ | > >