上一页 1 2 3 4 5 6 7 8 ··· 34 下一页
摘要: 2440: [中山市选2011]完全平方数 Time Limit: 10 Sec Memory Limit: 128 MB Description 小 X 自幼就很喜欢数。但奇怪的是,他十分讨厌完全平方数。他觉得这些 数看起来很令人难受... 阅读全文
posted @ 2017-03-22 10:23 nancheng58 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 2818: Gcd Time Limit: 10 Sec Memory Limit: 256 MB Description 给定整数N,求1#include#define LL long long#define MAXN 10000010u... 阅读全文
posted @ 2017-03-22 09:03 nancheng58 阅读(125) 评论(0) 推荐(0) 编辑
摘要: /*源程序丢失QWQ.就不粘代码了.大体做法是把串反转然后连接.做一遍后缀数组.对height做一遍rmq.然后对于每个位置的奇偶分别判断,记下pos.注意求的是[l+1,r]的height值.*/ 阅读全文
posted @ 2017-03-21 22:27 nancheng58 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Musical Theme Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 28435 Accepted: 9604 Description A... 阅读全文
posted @ 2017-03-21 21:54 nancheng58 阅读(165) 评论(0) 推荐(0) 编辑
摘要: String analysis often arises in applications from biology and chemistry, such as the study of DNA and protein molecules. One ... 阅读全文
posted @ 2017-03-21 21:51 nancheng58 阅读(118) 评论(0) 推荐(0) 编辑
摘要: Given a string, we need to find the total number of its distinct substrings. Input T- number of test cases. T#include#inclu... 阅读全文
posted @ 2017-03-21 21:39 nancheng58 阅读(92) 评论(0) 推荐(0) 编辑
摘要: Life Forms Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 15422 Accepted: 4537 Description You ... 阅读全文
posted @ 2017-03-21 21:29 nancheng58 阅读(107) 评论(0) 推荐(0) 编辑
摘要: Milk Patterns Case Time Limit: 2000MS Description Farmer John has noticed that the quality of milk given by his cows vari... 阅读全文
posted @ 2017-03-21 21:26 nancheng58 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 1031: [JSOI2007]字符加密Cipher Time Limit: 10 Sec Memory Limit: 162 MB Description 喜欢钻研问题的JS同学,最近又迷上了对加密方法的思考。一天,他突然想出了一种他... 阅读全文
posted @ 2017-03-21 21:23 nancheng58 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 35. 后缀排序 统计 描述 提交 自定义测试 这是一道模板题。 读入一个长度为 nn 的由小写英文字母组成的字符串,请把这个字符串的所有非空后缀按字典序从小到大排序,然后按顺序输出后缀的第一个字符在原串中的位置。位置编号... 阅读全文
posted @ 2017-03-21 11:49 nancheng58 阅读(736) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 34 下一页