04 2015 档案

摘要:PalindromeTime Limit:3000MSMemory Limit:65536KTotal Submissions:55018Accepted:19024DescriptionA palindrome is a symmetrical string, that is, a string ... 阅读全文

posted @ 2015-04-17 09:30 LLGemini 阅读(189) 评论(0) 推荐(0)

摘要:Problem DescriptionGiven a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7)... 阅读全文

posted @ 2015-04-16 16:38 LLGemini 阅读(120) 评论(0) 推荐(0)

摘要:问题描述小明为某机构设计了一个十字型的徽标(并非红十字会啊),如下所示:对方同时也需要在电脑dos窗口中以字符的形式输出该标志,并能任意控制层数。输入格式一个正整数 n (n 2 #include 3 #include 4 #include 5 using namespace std; 6 cons... 阅读全文

posted @ 2015-04-09 17:34 LLGemini 阅读(282) 评论(0) 推荐(0)