会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
✿北辰✿
博客园
首页
新随笔
联系
管理
订阅
2020年8月13日
洛谷P1160 队列安排
摘要: //一道简单的队列题,用数组模拟队列 #include<cstdio>#include<cstring>int a[100010][3],n,m;int main(){ scanf("%d",&n); int j=1; memset(a,0,sizeof(a)); a[1][1]=1; for(in
阅读全文
posted @ 2020-08-13 19:58 ✿北辰✿
阅读(285)
评论(1)
推荐(0)
公告