博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
hdu 1873 优先队列
阅读量:6407 次
发布时间:2019-06-23

本文共 1335 字,大约阅读时间需要 4 分钟。

     

#include
#include
#include
using namespace std;struct node{ int level; int index; /*bool operator<(const node t)const { if(level!=t.level) return level
p[4];//定义优先队列,默认初始化 /*while(!A.empty()) A.pop(); //A.clear();不可用 while(!B.empty()) B.pop(); while(!C.empty()) C.pop();*/ for(i=1,k=1;i<=n;i++) { scanf("%s",cmd); if(cmd[0]=='I') { scanf("%d %d",&x,&y); temp.level=y; temp.index=k++; p[x].push(temp); /*if(x==1)A.push(temp); else if(x==2)B.push(temp); else C.push(temp);*/ } else { scanf("%d",&x); if(p[x].empty())printf("EMPTY\n"); else { temp = p[x].top(); p[x].pop(); printf("%d\n",temp.index); } /*if(x==1) { if(A.empty())cout<<"EMPTY"<

 

      中文题,题意好理解。直接给出代码,此题居然不能一次就通过。

(pop()写成了top(),又没有语法错,又过的了题目上的测试例子,真心出错难找啊)

哎,这眼睛的度数是越来越深了啊,敲代码最受伤的就是眼呢!!!!

  

转载于:https://www.cnblogs.com/XDJjy/archive/2013/04/03/2997191.html

你可能感兴趣的文章
内存管理之1:x86段式内存管理与保护模式
查看>>
20180925上课截图
查看>>
IO输入/输出流的简单总结
查看>>
JavaScript之DOM-9 HTML DOM(HTML DOM概述、常用HTML DOM对象、HTML表单)
查看>>
技术成长之路(一)
查看>>
中国北方国际五金城硬件选型
查看>>
php.exe启动时提示缺少MVCR110.dall 64位 window系统 解决
查看>>
判断是否为数字方法
查看>>
[翻译] EF Core in Action 关于这本书
查看>>
js Uncaught TypeError: undefined is not a function
查看>>
数据库存储引擎
查看>>
[2019.2.13]BZOJ4318 OSU!
查看>>
版本号带两个小数点的,如何比较大小?( NSStringCompareOptions )
查看>>
QCustomplot使用分享(三) 图
查看>>
什么是java?
查看>>
WPF路径动画(动态逆向动画)
查看>>
Low Level Reader Protocol (LLRP) 简介
查看>>
[Micropython]TPYBoard v10x NRF24L01无线通讯模块使用教程
查看>>
mysql中show processlist过滤和杀死线程
查看>>
最新Sublime Text 2 激活 汉化
查看>>