07 2015 档案

摘要:大致题意: 给出n个长度为60的DNA基因(A腺嘌呤 G鸟嘌呤 T胸腺嘧啶 C胞嘧啶)序列,求出他们的最长公共子序列使用后缀数组解决 1 #include 2 #include 3 char str[6200],res[6200]; 4 int num[6200],loc[6200]; ... 阅读全文
posted @ 2015-07-31 10:10 海上的风 阅读(192) 评论(0) 推荐(0) 编辑
摘要:Time Limit:2000MSMemory Limit:65536KTotal Submissions:22541Accepted:8220DescriptionYou, as a member of a development team for a new spell checking pro... 阅读全文
posted @ 2015-07-29 12:29 海上的风 阅读(243) 评论(0) 推荐(0) 编辑
摘要:Time Limit:2000MSMemory Limit:32768KTotal Submissions:24788Accepted:12922DescriptionA power network consists of nodes (power stations, consumers and d... 阅读全文
posted @ 2015-07-28 13:52 海上的风 阅读(207) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:65536KTotal Submissions:5949Accepted:2053Special JudgeDescriptionAs you know, all the computers used for ACM contests mu... 阅读全文
posted @ 2015-07-27 15:16 海上的风 阅读(219) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:65536KTotal Submissions:17258Accepted:9386DescriptionBessie wants to navigate her spaceship through a dangerous asteroid... 阅读全文
posted @ 2015-07-26 10:11 海上的风 阅读(176) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:10000KTotal Submissions:29855Accepted:10341DescriptionAn ascending sorted sequence of distinct values is one in which so... 阅读全文
posted @ 2015-07-23 09:19 海上的风 阅读(172) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:65536KTotal Submissions:9821Accepted:3283DescriptionThe Borg is an immensely powerful race of enhanced humanoids from th... 阅读全文
posted @ 2015-07-21 12:59 海上的风 阅读(297) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:10000KTotal Submissions:44373Accepted:18127DescriptionFarmer John has been elected mayor of his town! One of his campaig... 阅读全文
posted @ 2015-07-20 10:58 海上的风 阅读(172) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:65536KTotal Submissions:24383Accepted:11243DescriptionThe island nation of Flatopia is perfectly flat. Unfortunately, Fl... 阅读全文
posted @ 2015-07-17 10:28 海上的风 阅读(234) 评论(0) 推荐(0) 编辑
摘要:Time Limit:2000MSMemory Limit:65536KTotal Submissions:20884Accepted:8075DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different types. Some ... 阅读全文
posted @ 2015-07-15 21:07 海上的风 阅读(215) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:65536KTotal Submissions:17374Accepted:7312DescriptionArbitrage is the use of discrepancies in currency exchange rates to... 阅读全文
posted @ 2015-07-12 22:17 海上的风 阅读(324) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:10000KTotal Submissions:30454Accepted:16659DescriptionStockbrokers are known to overreact to rumours. You have been cont... 阅读全文
posted @ 2015-07-11 10:56 海上的风 阅读(212) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:65536KTotal Submissions:28802Accepted:9353DescriptionFreddy Frog is sitting on a stone in the middle of a lake. Suddenly... 阅读全文
posted @ 2015-07-10 10:41 海上的风 阅读(203) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:10000KTotal Submissions:39976Accepted:11596Description年轻的探险家来到了一个印第安部落里。在那里他和酋长的女儿相爱了,于是便向酋长去求亲。酋长要他用10000个金币作为聘礼才答应把女儿嫁... 阅读全文
posted @ 2015-07-09 10:10 海上的风 阅读(174) 评论(0) 推荐(0) 编辑
摘要:Time Limit:2000MSMemory Limit:65536KTotal Submissions:34934Accepted:12752DescriptionWhile exploring his many farms, Farmer John has discovered a numbe... 阅读全文
posted @ 2015-07-08 11:29 海上的风 阅读(225) 评论(0) 推荐(0) 编辑
摘要:sudo mv jdk1.7.0_10 /usr/lib/jvm/sudo gedit /etc/profile在profile中加入下面内容:export JAVA_HOME=/usr/lib/jvm/jdk1.7.0_10 export JRE_HOME=/usr/lib/jvm/jdk1... 阅读全文
posted @ 2015-07-07 10:31 海上的风 阅读(148) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:30000KTotal Submissions:22111Accepted:7986DescriptionSeveral currency exchange points are working in our city. Let us su... 阅读全文
posted @ 2015-07-07 10:15 海上的风 阅读(199) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:10000KTotal Submissions:11269Accepted:5486DescriptionA robot has been programmed to follow the instructions in its path.... 阅读全文
posted @ 2015-07-06 12:05 海上的风 阅读(216) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:65536KTotal Submissions:8352Accepted:3613DescriptionIn a modernized warehouse, robots are used to fetch the goods. Caref... 阅读全文
posted @ 2015-07-05 10:55 海上的风 阅读(242) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:10000KTotal Submissions:22764Accepted:13344DescriptionLet S = s1 s2...s2n be a well-formed string of parentheses. S can ... 阅读全文
posted @ 2015-07-04 11:23 海上的风 阅读(235) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:65536KTotal Submissions:11271Accepted:5672DescriptionAccounting for Computer Machinists (ACM) has sufferred from the Y2K... 阅读全文
posted @ 2015-07-03 09:12 海上的风 阅读(261) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:65536KTotal Submissions:10437Accepted:3963DescriptionWFF 'N PROOF is a logic game played with dice. Each die has six fac... 阅读全文
posted @ 2015-07-02 11:55 海上的风 阅读(353) 评论(0) 推荐(0) 编辑
摘要:Time Limit:1000MSMemory Limit:30000KTotal Submissions:20351Accepted:10284DescriptionCurrent work in cryptography involves (among other things) large p... 阅读全文
posted @ 2015-07-02 10:22 海上的风 阅读(197) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示