QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#413067 | #8642. Spy 3 | ucup-team1265 | Compile Error | / | / | C++17 | 5.1kb | 2024-05-17 02:20:30 | 2024-05-17 02:20:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Aoi.code: In function ‘std::string aoi(int, int, int, int, vi, vi, vi, vi, vi)’: Aoi.code:68:14: error: ‘void <structured bindings>’ has incomplete type 68 | auto [d, i] = pq.pop(); | ^~~~~~