QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#212072 | #6635. Strange Keyboard | ucup-team241# | Compile Error | / | / | C++23 | 2.1kb | 2023-10-13 07:20:48 | 2023-10-13 07:20:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void sol()’: answer.code:32:59: error: ‘class std::priority_queue<std::pair<long long int, int> >’ has no member named ‘push_back’ 32 | for(int i=1;i<k;++i) if(gj[i]<1e10) v.push_back(i), s.push_back(make_pair(-gj[i],i)); | ^~~~~~~~~