摘要: Part AcquisitionTime Limit:1000MSMemory Limit:65536KTotal Submissions:4080Accepted:1742Special JudgeDescriptionThe cows have been sent on a mission th... 阅读全文
posted @ 2015-11-28 20:05 handsomecui 阅读(636) 评论(0) 推荐(0) 编辑
摘要: prim#include#include#include#include#include#includeusing namespace std;const int INF=0x3f3f3f3f;const double PI=acos(-1.0);typedef long long LL;#defi... 阅读全文
posted @ 2015-11-28 16:37 handsomecui 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 动物统计加强版 时间限制:3000 ms | 内存限制:150000 KB 难度:4 动物统计加强版 时间限制:3000 ms | 内存限制:150000 KB 难度:4 题解:贪心ac,字典树me,map超时; 代码: map超时 字典树me 自己写了一发链表ac了; 大神的链表; 过段时间又写了 阅读全文
posted @ 2015-11-28 14:18 handsomecui 阅读(708) 评论(0) 推荐(0) 编辑
摘要: Ultra-QuickSortTime Limit:7000MSMemory Limit:65536KTotal Submissions:50517Accepted:18534DescriptionIn this problem, you have to analyze a particular s... 阅读全文
posted @ 2015-11-28 08:55 handsomecui 阅读(654) 评论(0) 推荐(0) 编辑