随笔分类 -  解题报告

解题报告及代码
摘要:AbstractBZOJ 2831 小强的金字塔数学题Sourcehttp://www.lydsy.com/JudgeOnline/problem.php?id=2831Solutionhttp://wjmzbmr.com/archives/xiaoqiang_pyramid/一开始sb,写了三个函数,复杂度直接爆……后来问clj被告知他只写了一个函数……写成一个函数或者搞三个然后记忆化都可以过。我果然是sb……Code/************************************************************** Problem: 2831 User... 阅读全文
posted @ 2013-05-07 10:29 杂鱼 阅读(552) 评论(0) 推荐(0)
摘要:Abstractcodeforces 274B Zero Tree树型dpSourcehttp://codeforces.com/problemset/problem/274/BSolution艹,发现我已经快不会写代码了…赶快发个日志表示我有在做题…Code#include <iostream>#include <vector>#include <algorithm>using namespace std;typedef long long ll;typedef pair<ll, ll> pr;pr (*mkpr)(ll, ll) = make 阅读全文
posted @ 2013-02-21 13:16 杂鱼 阅读(506) 评论(0) 推荐(0)
摘要:ACM-ICPC 2012 Regionals Asia - Jinhua D Crazy Tank / HDU 4445 扫描线 阅读全文
posted @ 2012-11-04 18:54 杂鱼 阅读(791) 评论(0) 推荐(0)
摘要:codeforces 175d Plane of Tanks: Duel dp 概率 乱搞 阅读全文
posted @ 2012-10-27 01:37 杂鱼 阅读(502) 评论(0) 推荐(0)
摘要:codeforces 150c Smart Cheater 线段树 概率 阅读全文
posted @ 2012-10-26 15:21 杂鱼 阅读(426) 评论(0) 推荐(0)
摘要:ural 1913 Titan Ruins: Old Generators Are Fine Too implementation 几何 圆交 阅读全文
posted @ 2012-10-22 20:21 杂鱼 阅读(366) 评论(0) 推荐(0)
摘要:ural 1655 Somali Pirates dp 阅读全文
posted @ 2012-10-19 00:08 杂鱼 阅读(361) 评论(0) 推荐(0)
摘要:ZJU 3655 Alice and Bob 乱搞 离散化 implementation 阅读全文
posted @ 2012-10-17 21:46 杂鱼 阅读(1098) 评论(0) 推荐(0)
摘要:ural 1908 Brute-force Search 树形dp 阅读全文
posted @ 2012-10-16 21:29 杂鱼 阅读(500) 评论(0) 推荐(0)
摘要:ACM-ICPC 2012 Regionals Asia - Changchun I Polaris of Pandora / ZJU 3663 三维计算几何 阅读全文
posted @ 2012-10-15 21:22 杂鱼 阅读(652) 评论(0) 推荐(0)
摘要:ZJU 3648 Gao the Grid II 组合计数 不等式 阅读全文
posted @ 2012-10-02 15:54 杂鱼 阅读(429) 评论(0) 推荐(0)
摘要:ZJU 3651 Cipher Lock 组合计数 DP 矩阵乘法 阅读全文
posted @ 2012-10-02 00:12 杂鱼 阅读(388) 评论(0) 推荐(0)
摘要:HDU 4418 Time travel 概率 Markov链 高斯消元 阅读全文
posted @ 2012-09-24 22:03 杂鱼 阅读(1127) 评论(2) 推荐(0)
摘要:HDU 4413 Logical Expression 乱搞 卡诺图 阅读全文
posted @ 2012-09-23 21:56 杂鱼 阅读(795) 评论(0) 推荐(0)
摘要:HDU 4343 Interval query 离线查询 倍增祖先 阅读全文
posted @ 2012-08-08 00:28 杂鱼 阅读(832) 评论(2) 推荐(0)
摘要:HDU 4335 What is N? 数论 阅读全文
posted @ 2012-08-03 20:49 杂鱼 阅读(522) 评论(0) 推荐(0)
摘要:SPOJ 10649 Mirror Number 数位dp, 统计 阅读全文
posted @ 2012-05-22 02:04 杂鱼 阅读(577) 评论(4) 推荐(0)
摘要:NEERC Southern Subregional 2007 解题报告 阅读全文
posted @ 2012-05-20 11:50 杂鱼 阅读(716) 评论(0) 推荐(0)
摘要:SGU 298 King Berl VI 代码 阅读全文
posted @ 2012-05-15 09:52 杂鱼 阅读(390) 评论(0) 推荐(0)
摘要:SGU 270 Thimbles 图论 技巧 打补丁 阅读全文
posted @ 2012-04-30 00:14 杂鱼 阅读(326) 评论(0) 推荐(0)