发表评论取消回复
相关阅读
相关 hdu3518 Boring counting(后缀数组)
Boring counting [题目传送门][Link 1] 解题思路 后缀数组。枚举每种长度,对于每个字符串,记录其最大起始位置和最小起始位置,比较是否重合。
相关 poj 1228 Grandpa's Estate
> 题目衔接:[http://poj.org/problem?id=1228][http_poj.org_problem_id_1228] > <table> > <tb
相关 Codeforces-Problem 1228A - Distinct Digits
题目: ![在这里插入图片描述][watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmN
相关 Hihocoder 1228 Mission Impossible 6
include<bits/stdc++.h> define MAXM 10005 using namespace std;
相关 HDU 5324 Boring Class【cdq分治】
这就是一个三维排序的问题,一维递减,两维递增,这种问题用裸的CDQ分治恰好可以解决。 如同HDU 4742(三维排序,一个三维都是递增的) 因为最小字典序比较麻烦,所以
相关 ACM 递归 non-boring sequences
看了一上午,可以说是很难理解了... 书上说为了节省时间,所以要从两边往中间招,,此时T(n)=max\{T(k)+T(n-k)+min(k,n-k)\}。
相关 HDOJ1228
题目:[http://acm.hdu.edu.cn/status.php?user=jxufe\_JP&pid=1228&status=5][http_acm.hdu.edu.
相关 [1228] Bored Three-God
\[1228\] Bored Three-God 时间限制: 1000 ms 内存限制: 65535 K 问题描述 The bored Three-
相关 UVA1228 整数传输 (贪心 思维 dp)
题意:紫书P300。 分析:紫书P300-301。 代码: include<bits/stdc++.h> using namespace st
相关 poj 1228 Grandpa's Estate
[poj 1228 Grandpa's Estate][poj 1228 Grandpa_s Estate] 题意:原先有一个由钉子和绳子圈定的凸多边形,然后绳子和钉子有所丢
还没有评论,来说两句吧...