08 2021 档案

摘要:. 阅读全文
posted @ 2021-08-12 00:05 雪地飞行棋 阅读(27) 评论(0) 推荐(0)
摘要:一、头文件 #include <queue> 二、定义 priority_queue<Type, Container, Functional> Type 是数据类型, Container 是容器类型(Container必须是用数组实现的容器,比如vector,deque等等,但不能用 list。ST 阅读全文
posted @ 2021-08-01 23:32 雪地飞行棋 阅读(44) 评论(0) 推荐(0)