上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 28 下一页
摘要: Windows Message Queue Message queue is the basic fundamental of windows system. For each process, the system maintains a message queue. If something h 阅读全文
posted @ 2019-05-18 00:42 zuiaimiusi 阅读(301) 评论(0) 推荐(0) 编辑
摘要: Gunner Long long ago, there is a gunner whose name is Jack. He likes to go hunting very much. One day he go to the grove. There are nn birds and nn tr 阅读全文
posted @ 2019-05-17 22:42 zuiaimiusi 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 水果 夏天来了~~好开心啊,呵呵,好多好多水果~~ Joe经营着一个不大的水果店.他认为生存之道就是经营最受顾客欢迎的水果.现在他想要一份水果销售情况的明细表,这样Joe就可以很容易掌握所有水果的销售情况了. Input第一行正整数N(0<N<=10)表示有N组测试数据. 每组测试数据的第一行是一个 阅读全文
posted @ 2019-05-17 21:58 zuiaimiusi 阅读(168) 评论(0) 推荐(0) 编辑
摘要: Let the Balloon Rise HDU - 1004 Contest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favorite 阅读全文
posted @ 2019-05-17 21:15 zuiaimiusi 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1007 Maximum Subsequence Sum (25 分) 最大字段和加记录开始结束位置 阅读全文
posted @ 2019-05-17 20:38 zuiaimiusi 阅读(336) 评论(0) 推荐(0) 编辑
摘要: https://pintia.cn/problem-sets/994805260223102976/problems/994805281567916032 阅读全文
posted @ 2019-05-16 22:23 zuiaimiusi 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1037 在霍格沃茨找零钱 (20 分) 1037 在霍格沃茨找零钱 (20 分) 1037 在霍格沃茨找零钱 (20 分) 如果你是哈利·波特迷,你会知道魔法世界有它自己的货币系统 —— 就如海格告诉哈利的:“十七个银西可(Sickle)兑一个加隆(Galleon),二十九个纳特(Knut)兑一个 阅读全文
posted @ 2019-05-16 22:09 zuiaimiusi 阅读(122) 评论(0) 推荐(0) 编辑
摘要: https://pintia.cn/problem-sets/994805260223102976/problems/994805290334011392 阅读全文
posted @ 2019-05-16 17:45 zuiaimiusi 阅读(113) 评论(0) 推荐(0) 编辑
摘要: https://pintia.cn/problem-sets/994805260223102976/problems/994805296180871168 阅读全文
posted @ 2019-05-16 17:24 zuiaimiusi 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 stack S[3]; 5 int ans; 6 void move(int x,int y){ 7 int temp=S[x].top(); 8 S[x].pop(); 9 S[y].push(temp); 10 cout ">n; 25 ... 阅读全文
posted @ 2019-05-10 10:41 zuiaimiusi 阅读(259) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 28 下一页