摘要: 题目:ConstraintsTime Limit: 1 secs, Memory Limit: 256 MB , Framework JudgeDescriptiontemplate class Queue {public: Queue();// construct an empty queue ~Queue()// destructor Queue(const Queue &rhs); const Queue & operator(const Queue &rhs) bool empty()const; bool full()const; int size()cons 阅读全文
posted @ 2013-09-19 20:41 Jolin123 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 题目:ConstraintsTime Limit: 1 secs, Memory Limit: 256 MBDescriptionMike has recently been visited by extraterrestrials from planet X3, where everyone's name is a positive integer. All residents of the planet know each other. Two X3-ians calculate the strength of their friendship by converting thei 阅读全文
posted @ 2013-09-19 17:47 Jolin123 阅读(334) 评论(0) 推荐(0) 编辑