1284 海港 普及组 NOIP2016 队列基础 简单枚举 简单模拟 优先队列(priority_queue)

NB,标签大王 也可以知道,就是队列模拟了 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N = 3e5+10; struct node{ int t,x; }; queue<node>q;
posted @ 2024-06-28 15:14  CRt0729  阅读(2)  评论(0编辑  收藏  举报