摘要: 时间限制50 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者HE, QinmingGiven any positive integer N, you are supposed to find all of its prime factors, and write ... 阅读全文
posted @ 2015-02-07 23:54 小爷 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 时间限制100 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueThe task of this problem is simple: insert a sequence of distinct positive integers into a h... 阅读全文
posted @ 2015-02-07 22:43 小爷 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 #define LEN 128 9 typedef struct task_que 10 { 11... 阅读全文
posted @ 2015-02-07 14:48 小爷 阅读(382) 评论(3) 推荐(0) 编辑