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