QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#442270 | #8527. Power Divisions | ucup-team1878# | Compile Error | / | / | Python3 | 10.5kb | 2024-06-15 10:47:04 | 2024-06-15 10:47:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
File "answer.code", line 3 template <typename T> using min_pq = std::priority_queue<T, std::vector<T>, std::greater<T>>; ^ SyntaxError: invalid syntax