上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页
摘要: 题目描述After the hard tasks, It’s the easy time for Y.G.Tobor and Y.D.I.Isha is a friend of Y.D.I, as he thinks Tobor is smart too, he give Tobor a probl... 阅读全文
posted @ 2014-05-15 20:45 Hust_BaoJia 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 题目描述ZZZis an enthusiasticACMerand he spends lots of time on training. He always stays up late for training. He needs enough time to sleep, and hates s... 阅读全文
posted @ 2014-05-15 18:03 Hust_BaoJia 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 题目描述Farmer John wants to set up a telephone line at his farm. Unfortunately, the phone company is uncooperative, so he needs to pay for some of the ca... 阅读全文
posted @ 2014-05-15 13:40 Hust_BaoJia 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 题目描述We often encounter sequence like this, 0, 1, 1, 2, 3, 5, 8, ... , which is called Fibonacci sequence. It's defined by the recurrence F[0] = 0 F[1]... 阅读全文
posted @ 2014-05-15 10:10 Hust_BaoJia 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Given a sequence S[1..N], you are to rearrange the sequence so that it satisfies the following condition: for each i (1 #include#includeusing nam... 阅读全文
posted @ 2014-05-15 08:35 Hust_BaoJia 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 题目描述In the network G(s, t, N, A, U)(s: the souce node, t: the sink node, N: the set of the nodes, A: the set of the arcs, U: the set of the capacity o... 阅读全文
posted @ 2014-05-14 13:13 Hust_BaoJia 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 题目描述因为中国人口众多,公共交通就显得很重要. 在传统城市公共交通系统中,公交车是一种很重要的工具。甚至现在还扮演了一种极其重要的角色。X市的公交系统显得很独特。不像别的城市,该市公交系统是基于两站间的距离来计费的。下表描述了两站之间距离与费用的关系:距离费用0L4没有这种票表1你的邻居是一位出名... 阅读全文
posted @ 2014-05-13 19:30 Hust_BaoJia 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 题目描述Elenore has a list of strings that she wants to put in a file. She could just put them all into a file in order, but she wants to minimize the siz... 阅读全文
posted @ 2014-05-13 10:36 Hust_BaoJia 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 这是错误程序#include#include#include#include#include#includeusing namespace std;mapcow;int main(){ //freopen("in.txt","r",stdin); char str[1000],name[... 阅读全文
posted @ 2014-05-13 10:27 Hust_BaoJia 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 题目描述Give you a string S,assume the Sub-String Stri = S[0..i] and the length of the string is N. e.g. S = "moreandmorecold", N = 15, Str0 = "m" Str1 = ... 阅读全文
posted @ 2014-05-12 17:58 Hust_BaoJia 阅读(242) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页
努力