2017年10月26日

uva 1203(优先队列)

摘要: 无话可说,我记得自己以前做过的啊,为什么显示没做过呢。。。。。。 阅读全文

posted @ 2017-10-26 20:43 发牌员 阅读(199) 评论(0) 推荐(0)

uva 11991

摘要: 无话可说,数组存不下,只能开vector,vector自动开辟大小 阅读全文

posted @ 2017-10-26 19:01 发牌员 阅读(147) 评论(0) 推荐(0)

uva 11995(stl模拟)

摘要: #include #include #include #include #include #include using namespace std; int n; int main() { while(~scanf("%d",&n)) { int flag1=1,flag2=1,flag3=1;//stack成立,queu成立,priority_qu... 阅读全文

posted @ 2017-10-26 17:27 发牌员 阅读(176) 评论(0) 推荐(0)

导航