摘要: http://codevs.cn/problem/3187/ 题目描述 Description 比起第一题,本题加了另外一个操作,访问队头元素(编号3,保证访问队头元素时或出队时队不为空),现在给出这N此操作,输出结果。 输入描述 Input Description NN次操作(1入队 2出队 3访 阅读全文
posted @ 2017-02-06 20:42 Aptal丶 阅读(159) 评论(0) 推荐(0) 编辑
摘要: http://codevs.cn/problem/3186/ 题目描述 Description (此题与队列练习1相比改了2处:1加强了数据 2不保证队空时不会出队)给定一个队列(初始为空),只有两种操作入队和出队,现给出这些操作请输出最终的队头元素。 操作解释:1表示入队,2表示出队 输入描述 I 阅读全文
posted @ 2017-02-06 20:41 Aptal丶 阅读(206) 评论(0) 推荐(0) 编辑
摘要: http://codevs.cn/problem/3185/ 题目描述 Description 给定一个队列(初始为空),只有两种操作入队和出队,现给出这些操作请输出最终的队头元素。 操作解释:1表示入队,2表示出队 输入描述 Input Description N(操作个数)N个操作(如果是入队则 阅读全文
posted @ 2017-02-06 20:40 Aptal丶 阅读(181) 评论(0) 推荐(0) 编辑
摘要: http://codevs.cn/problem/1191/ 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 题解 查看运行结果 http://codevs.cn/problem/1191/ http://codevs.cn/problem/1191/ 时间限制: 阅读全文
posted @ 2017-02-06 17:18 Aptal丶 阅读(322) 评论(0) 推荐(0) 编辑
摘要: http://codevs.cn/problem/1063/ http://codevs.cn/problem/1063/ 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 时间限制: 1 s 时间限制: 1 s 空间限制: 128000 KB 空间限制: 12 阅读全文
posted @ 2017-02-06 16:49 Aptal丶 阅读(159) 评论(0) 推荐(0) 编辑