永远鲜红的幼月
永远鲜红的幼月
全部文章
分类
CF(19)
dp(6)
gcd的应用(1)
sort(4)
spfa(1)
二分(12)
几何(1)
博弈(2)
固定算法(1)
图论(11)
套题(5)
字符串匹配(1)
并查集(4)
思维(2)
搜索(4)
数学题(2)
数据结构(10)
数论(4)
未归档(192)
树状数组(1)
状压DP(1)
科普(3)
线段树(2)
网络流(3)
计算几何(4)
计算几何学习(17)
贪心(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
永远鲜红の幼月
落后,就应该付出更多的努力!
全部文章
(共315篇)
poj炸
今天poj炸了,写不了题了,纪念一下2018/7/20 (窃笑) poj又炸了,yi'j已经持续1天了。。2018/7/24,几道题等着提交呢。。。 为什么poj又炸了??以前怎么没发现poj这么容易炸。。。2018/7/27.。。 刷新一下POJ炸了 2018/12/7 1...
2018-07-20
0
428
链式向前星数组模拟邻接表
#include<stdio.h> #include<string.h> #include<math.h> //#include<map> //#include<set> #include<deque> ...
2018-07-20
0
571
Aizu2249(spfa || djstr+堆优化)两个参数的最短路
题目链接:http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=2249 Road Construction King Mercer is the king of ACM kingdom. There are one capital ...
2018-07-20
0
507
poj-3268(最短路,逆转矩阵||spfa优先队列优化)
题目链接:http://poj.org/problem?id=3268 Description One cow from each of N farms (1 ≤ N ≤ 1000) conveniently numbered 1..N is going to attend the big co...
2018-07-19
0
482
spfa 判断负环poj3259
题目链接:http://poj.org/problem?id=3259 Description While exploring his many farms, Farmer John has discovered a number of amazing wormholes. A wormhole...
2018-07-18
0
475
poj-3616milking time(dp)
题目链接:http://poj.org/problem?id=3616 Description Bessie is such a hard-working cow. In fact, she is so focused on maximizing her productivity that sh...
2018-07-17
0
516
poj-2385Apple Catching(dp)
题目链接:http://poj.org/problem?id=2385 Description It is a little known fact that cows love apples. Farmer John has two apple trees (which are convenie...
2018-07-17
0
468
poj-2229-Sumsets(递推式)
题目链接:http://poj.org/problem?id=2229 Description Farmer John commanded his cows to search for different sets of numbers that sum to a given number. T...
2018-07-17
0
508
POJ-1088-滑雪(dfs+记忆搜索)
题目链接:http://poj.org/problem?id=1088 Description Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道载一个区域中最长底...
2018-07-11
0
822
C++,对文件的操作
据说直接提交文件内容会让代码跑的更快??(都市传说) 对文件进行操作,包括查找,储存,遍历,输出; 以本地的一个记事本当一个字典来进行实验 用到头文件:#include<fstream> 用到的函数: 记住要在打开文件之前定义一个接受文件的指针: FILE *op; fopen(&q...
2018-07-10
0
357
首页
上一页
19
20
21
22
23
24
25
26
27
28
下一页
末页