上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 77 下一页
摘要: Old Sorting Time Limit:2000MS Memory Limit:32768KB 64bit IO Format:%lld & %llu Submit Status Practice LightOJ 1166 Old Sorting Submit Status Practice  阅读全文
posted @ 2016-04-20 19:22 handsomecui 阅读(283) 评论(0) 推荐(0)
摘要: Segment Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 5666 Segment Submit Status Practice HDU 5666 P 阅读全文
posted @ 2016-04-20 19:17 handsomecui 阅读(1246) 评论(0) 推荐(0)
摘要: Conquering Keokradong Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%lld & %llu Submit Status Practice LightOJ 1048 Conquering Keokradong Sub 阅读全文
posted @ 2016-04-20 14:13 handsomecui 阅读(258) 评论(0) 推荐(0)
摘要: Handshakes Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu Submit Status Practice ZOJ 3932 Handshakes Submit Status Practice ZOJ 39 阅读全文
posted @ 2016-04-19 14:44 handsomecui 阅读(350) 评论(0) 推荐(0)
摘要: Dice Notation Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu Submit Status Practice ZOJ 3930 Dice Notation Submit Status Practice  阅读全文
posted @ 2016-04-19 14:36 handsomecui 阅读(418) 评论(0) 推荐(0)
摘要: 这次轻院校赛,我们去了五个队,怀着打酱油的心态早早爬起来坐上校车出发了,由于昨晚室友打游戏,以及看视频大笑。。。没睡好,快1点才睡着,感觉特别困,车上没地方,睡不着,就在车上闭目养神,由于在新校区,不是很远,一会儿就到了。去了开幕式,看广场好多人,本弱队只能缩到一边聊天,开幕式完就是热身赛了,三道题 阅读全文
posted @ 2016-04-18 13:30 handsomecui 阅读(659) 评论(0) 推荐(1)
摘要: UP UP UP! Description 题意很简单,给你长度为n的序列,找出有多少个不同的长度为m的严格上升子序列。(PS:相同子序列的定义为,每一个元素对应的下标都相同) 题意很简单,给你长度为n的序列,找出有多少个不同的长度为m的严格上升子序列。(PS:相同子序列的定义为,每一个元素对应的下 阅读全文
posted @ 2016-04-14 13:28 handsomecui 阅读(189) 评论(0) 推荐(0)
摘要: Back to Underworld Time Limit:4000MS Memory Limit:32768KB 64bit IO Format:%lld & %llu Submit Status Practice LightOJ 1009 Back to Underworld Submit St 阅读全文
posted @ 2016-04-14 13:18 handsomecui 阅读(270) 评论(0) 推荐(0)
摘要: One Way Roads Time Limit:500MS Memory Limit:32768KB 64bit IO Format:%lld & %llu Submit Status Practice LightOJ 1049 One Way Roads Submit Status Practi 阅读全文
posted @ 2016-04-14 13:18 handsomecui 阅读(388) 评论(0) 推荐(0)
摘要: #include #include using namespace std; typedef struct Node{ int data; Node *next; }LNode, *LinkList; void Creat(LinkList &L){ L = new Node; L->next = NULL; cout > p->data; ... 阅读全文
posted @ 2016-04-13 18:12 handsomecui 阅读(759) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 77 下一页