ACM
文章平均质量分 77
Young_Werther
这个作者很懒,什么都没留下…
展开
-
CSU-ACM暑假集训训练1(二分 2015/7/21)
题型1:快速幂Problem E Rightmost Digit延拓:细胞分裂,初始状态X,繁殖为固定的模式,写出变换矩阵A,n min后即A^n*X。题型2:方程数值解B Can you solve this equation? nuclear objective:求方程在[0,100]上的零点C Strange fuctionnuclear o原创 2015-07-22 08:45:49 · 417 阅读 · 0 评论 -
树上的博弈 51Nod - 1531
树上的博弈 51Nod - 1531给出一棵树,每个叶子上都有一个权值,权值是N的一个排列,N为叶子数。对于每一种权值分布,AB两人交替将一个棋子从树根移动至叶子,每次只移动一步。A的策略是使得最后权值最大,B是想最小。 题目要求对于给定叶子权值的所有方式中,游戏最后的权值最大和最小是分别多少。原创 2017-08-13 23:22:51 · 499 阅读 · 0 评论 -
[ZJOI2004]沼泽鳄鱼
[ZJOI2004]沼泽鳄鱼原创 2017-08-17 09:46:55 · 291 阅读 · 0 评论 -
Miller-Rabin素数测试
#include #include #include using namespace std;typedef long long LL;const LL prime[12]={2,3,5,7,11,13,17,19,23,29,31,37};//结论:对于Long Long范围的素数只需要这些LL mul(LL a,LL b,LL n){ //*******************原创 2016-04-05 20:53:59 · 465 阅读 · 0 评论 -
差分约束系统详解
差分约束系统详解一直不知道差分约束是什么类型题目,最近在写最短路问题就顺带看了下,原来就是给出一些形如x-y好神奇的是这类问题竟然可以转换成图论里的最短路径问题,下面开始详细介绍下比如给出三个不等式,b-a由题我们可以得知,这个有向图中,由题b-a根据以上的解法,我们可能会猜到求解过程实际就是求从a到c的最短路径,没错的....简单的说就是从a到c沿着某条路径后把所转载 2015-08-18 21:11:18 · 373 阅读 · 0 评论 -
HDU 1312 Red and Black
A - Red and BlackTime Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit Status Practice HDU 1312DescriptionThere is a rectangular room, covered with squ原创 2015-07-29 08:56:16 · 251 阅读 · 0 评论 -
POJ 1995 Calculates The Numbers
D - Calculates The NumbersTime Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64uSubmit Status Practice POJ 1995DescriptionPeople are different. Some secre原创 2015-07-29 08:45:48 · 328 阅读 · 0 评论 -
POJ 3126 Prime Path
C - Prime PathTime Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit Status Practice POJ 3126DescriptionThe ministers of the cabinet were quite upse原创 2015-07-29 11:33:51 · 269 阅读 · 0 评论 -
POJ 1915 Knight Moves
B - Knight MovesTime Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64uSubmit Status Practice POJ 1915DescriptionBackgroundMr Somurolov, fabulous chess-g原创 2015-07-29 11:29:41 · 321 阅读 · 0 评论 -
UVA 10006 Carmichael Numbers
E - Carmichael NumbersTime Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluSubmit Status Practice UVA 10006Description快速幂准确理解题意:Some numbers that are原创 2015-07-29 08:50:50 · 336 阅读 · 0 评论 -
POJ 3104 Drying Clothes
C - Drying ClothesTime Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit Status Practice POJ 3104DescriptionIt is very hard to wash and especially to原创 2015-07-29 08:38:32 · 431 阅读 · 0 评论 -
POJ 3258 Cross The Rive
B - Cross The RiverTime Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit Status Practice POJ 3258DescriptionEvery year the cows hold an event featu原创 2015-07-28 20:14:31 · 455 阅读 · 0 评论 -
HDU 2553 N皇后问题
D - N皇后问题Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit Status Practice HDU 2553Description在N*N的方格棋盘放置了N个皇后,使得它们不相互攻击(即任意2个皇后不允许处在同一排,同一列,也不允许原创 2015-07-28 19:35:50 · 366 阅读 · 0 评论 -
ZOJ 1204 Additive equations
A - Additive equationsTime Limit:10000MS Memory Limit:32768KB 64bit IO Format:%lld & %lluSubmit Status Practice ZOJ 1204Description We all understand that an integer set原创 2015-07-28 19:17:53 · 453 阅读 · 0 评论 -
ZOJ 1004 Anagrams by Stack
C - Anagrams by StackTime Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %lluSubmit Status Practice ZOJ 1004DescriptionHow can anagrams result from sequences of原创 2015-07-28 19:26:29 · 472 阅读 · 0 评论 -
POJ 2676 Sudoku
F - SudokuTime Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit Status Practice POJ 2676DescriptionSudoku is a very simple task. A square table wit原创 2015-07-28 19:56:23 · 324 阅读 · 0 评论 -
CodeForces 251A The Distance
A - The DistanceTime Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64uSubmit Status Practice CodeForces 251ADescriptionLittle Petya likes points a lot. Recen原创 2015-07-28 20:05:02 · 560 阅读 · 0 评论 -
数据分割 HDU - 6109
数据分割 HDU - 6109题目来源:2017百度之星初赛1002问题分析:对于等价关系,自然想到通过并查集来维护等价性。这题的难点在于利用并查集维护等价性的同时利用启发式合并维护不等关系。原创 2017-08-13 23:52:16 · 443 阅读 · 0 评论