男神的礼物 Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://acm.uestc.edu.cn/#/contest/show/65 Descri…
分类:Online Judge
HDU 5672 String 尺取法
String 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5672 Description There is a string S.S only contain low…
HDU 3534 Tree (树形DP)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3534 题意:给出一颗树(n个顶点,n-1条边) 求最长的路径,以及最长路径的条数。 路径无非就是连接两个点直…
POJ 1797 Heavy Transportation (Dijkstra算法,求路径的最小值中的最大值)
Heavy Transportation Time Limit: 3000MS Memory Limit: 30000K Total Submissions: 17314 &n…
BZOJ 4032: [HEOI2015]最短不公共子串 后缀自动机 暴力
4032: [HEOI2015]最短不公共子串 题目连接: http://www.lydsy.com/JudgeOnline/problem.php?id=4032 Description 在虐各种最长公共子串、子序列的…
HDU 5597 GTW likes function 打表
GTW likes function 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5596 Description Now you are given two defi…
HDU 4751 Divide Groups (2013南京网络赛1004题,判断二分图)
Divide Groups Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/…
HDU 4536 XCOM Enemy Unknown ( 状态压缩+搜索)
XCOM Enemy Unknown Time Limit: 500/200 MS (Java/Others) Memory Limit: 65535/32768 K (Ja…
POJ 3294 Life Forms (后缀数组,求出现在不少于k个字符串的最长子串)
Life Forms Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 7322 Accept…
POJ 3264 Balanced Lineup(线段树)
Balanced Lineup Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 23699 Accepted: 11019…
POJ 2406 Power Strings(KMP next[]函数)
Power Strings Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 23112 Accepted: 9691 De…
HDU 1036 Average is not Fast Enough!(水题)
Average is not Fast Enough! Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/…