xuanweiace
xuanweiace
全部文章
分类
2018暑假 第一周 训练2(1)
2018暑假 第三周 训练1(1)
2018暑假 第三周 训练2(1)
2018暑假 第五周 训练3(1)
bfs(6)
bzoj(2)
Codeforce~(25)
dfs(8)
dfs+剪枝(1)
Dijkstra算法(4)
FZU(1)
HDU(20)
HihoCoder(2)
Java(1)
KMP~(3)
luogu(1)
nyoj(1)
PAT(2)
POJ(11)
Python(1)
QDU_AP协会17级ST2(1)
SPOJ(1)
STL(3)
tarjan算法~~强连通分量(2)
tricks(2)
Trie字典树(2)
ZOJ(6)
三分(1)
二分(8)
二分图(2)
优先队列(2)
优秀模板(1)
分数规划(1)
分治(1)
创新实验室热身赛2(1)
前缀和(1)
剪枝(2)
动态规划(dp)(33)
匈牙利算法(1)
区间问题(2)
单源最短路(2)
单调栈(1)
博弈问题(3)
字符串问题(4)
尺取法(3)
差分数组(1)
并查集(2)
思维(28)
打表(2)
拓扑排序(2)
数学(4)
数论(4)
最小生成树(2)
最短路(2)
最近公共祖先(1)
未归档(607)
树的直径(1)
模拟(9)
母函数(1)
水题纪念(45)
牛客网(14)
状态压缩(2)
皮(1)
知识点(7)
线段树(4)
背包问题(1)
蓝桥杯(2)
贪心(17)
随笔(3)
随笔啊(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
xuanweiace的博客
全部文章
(共943篇)
【CodeForces - 270C】Magical Boxes (思维,进制,有坑)
题干: Emuskald is a well-known illusionist. One of his trademark tricks involves a set of magical boxes. The essence of the trick is in packing the box...
2018-11-18
0
550
【CodeForces - 271B 】Prime Matrix (素数,预处理打表,思维)
题干: You've got an n × m matrix. The matrix consists of integers. In one move, you can apply a single transformation to the matrix: choose an arbitrar...
2018-11-18
0
676
【CodeForces - 270A】Fancy Fence (几何,思维,水题)
题干: Emuskald needs a fence around his farm, but he is too lazy to build it himself. So he purchased a fence-building robot. He wants the fence to be...
2018-11-18
0
533
【CodeForces - 266B 】Queue at the School (模拟)
题干: During the break the schoolchildren, boys and girls, formed a queue of n people in the canteen. Initially the children stood in the order they en...
2018-11-15
0
423
【CodeForces - 264A】Escape from Stones (模拟,卡精度的处理)
题干: Squirrel Liss lived in a forest peacefully, but unexpected trouble happens. Stones fall from a mountain. Initially Squirrel Liss occupies an inte...
2018-11-15
0
557
【CodeForces - 266C】Below the Diagonal (递归,子问题,贪心模拟)
题干: You are given a square matrix consisting of n rows and n columns. We assume that the rows are numbered from 1 to n from top to bottom and the col...
2018-11-15
0
511
【POJ - 3342】Party at Hali-Bula(树形dp,最大独立集,是否有唯一解)
题干: Dear Contestant, I'm going to have a party at my villa at Hali-Bula to celebrate my retirement from BCM. I wish I could invite all my co-workers...
2018-11-15
0
487
【 POJ - 2033 】Alphacode (dp,有坑)
题干: Alice and Bob need to send secret messages to each other and are discussing ways to encode their messages: Alice: "Let's just use a very...
2018-11-15
0
570
【POJ - 3041】Asteroids (二分图,最小点覆盖)
题干: Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 <= N <= 500). The grid contains ...
2018-11-15
0
453
【HDU - 2376】Average distance (树,平均距离,算贡献)
题干: Given a tree, calculate the average distance between two vertices in the tree. For example, the average distance between two vertices in the foll...
2018-11-15
0
437
首页
上一页
42
43
44
45
46
47
48
49
50
51
下一页
末页