Miss.Zhou
Miss.Zhou
全部文章
未归档
###基本算法(~ o ~)Y(1)
.net(1)
2014多校联合(2)
acm(12)
arcgis(1)
bfs(1)
c#(1)
c++(1)
CF(2)
codeforces(5)
css(1)
dp(27)
git使用(1)
hdu(27)
java(1)
javascript(4)
LeetCode(47)
leetcode (1)
lightoj(1)
oi(1)
php(12)
poj(13)
poj 搜索 算法 acm(1)
poj 算法 线段树 懒惰标记(1)
python(2)
RMQ(1)
socket(1)
splay(1)
tarjan(3)
trie(3)
vmware(1)
web开发(1)
xml(1)
—dp(9)
—STL(2)
———哈希表(2)
———网络流(1)
—二分(2)
—图论(7)
—字符串(4)
—思维题(1)
—搜索(7)
—数据结构(5)
—数论(9)
—贪心(4)
三分(1)
二分图(3)
前端(1)
动态规划(1)
匈牙利算法(1)
博弈(1)
压缩(1)
双连通分量(1)
图论(4)
多校(2)
并查集(1)
并查集 poj(1)
并查集 几何 hdu(1)
并查集 算法(2)
广搜(2)
思维题(1)
拓扑排序(1)
搜素(1)
搜索(1)
操作系统(2)
数据结构(1)
数论 算法(3)
最佳二分匹配(1)
最大二分匹配(2)
最小树形图(1)
杭电(7)
树型dp(2)
模拟(1)
欧拉回路(1)
正则表达式(1)
深搜(1)
深搜 hdu 算法(1)
矩阵(1)
算法(10)
算法 并查集(1)
线段树(6)
编程(1)
网络流(4)
计算机基础(4)
设计模式(19)
贪心(1)
随笔(1)
题解(8)
验证码(1)
归档
标签
去牛客网
登录
/
注册
MissZhou的小窝
六年磨一剑~
全部文章
/ 未归档
(共397篇)
POJ 3268 Silver Cow Party
Description One cow from each of N farms (1 ≤ N ≤ 1000) conveniently numbered 1..N is going to attend the big cow party to be held at farm ...
2015-08-21
0
447
poj1734Sightseeing trip floyd最小环
就是裸的最小环 链接 Description There is a travel agency in Adelton town on Zanzibar island. It has decided to offer its clients, besides many other a...
2015-08-20
0
494
HDU 4109 Instrction Arrangement拓扑排序 关键路径模板
题目! 已知其中几对先后顺序及时间差,求整体完成时间 套模板吧 #include <iostream> #include<cstdio> #include<cstring> using namespace std; const int N=1005; int...
2015-08-20
0
511
表白专用!
#include <stdio.h> #include <windows.h> #define N 50 HANDLE hConsole; void gotoxy(int x, int y) { COORD coord; coord.X = x; coord.Y = y...
2015-08-19
0
367
hdu2094产生冠军
Input 输入含有一些选手群,每群选手都以一个整数n(n<1000)开头,后跟n对选手的比赛结果,比赛结果以一对选手名字(中间隔一空格)表示,前者战胜后者。如果n为0,则表示输入结束。 Output 对于每个选手群,若你判断出产生了冠军,则在一行中输...
2015-08-17
0
420
hdu1285确定比赛名次(最简单的拓扑排序)
Input 输入有若干组,每组中的第一行为二个数N(1<=N<=500),M;其中N表示队伍的个数,M表示接着有M行的输入数据。接下来的M行数据中,每行也有两个整数P1,P2表示即P1队赢了P2队。 Output 给出一个符合要求的排名。输出时队...
2015-08-17
0
435
HDU1250Hat's Fibonacci大数
链接! #include <iostream> #include<cstring> using namespace std; #define m 2008 char data[8760][m+2]; int main() { int i=5,p=m,n,num; ...
2015-08-14
0
467
hdu1021Fibonacci Again找规律
Problem Description There are another kind of Fibonacci numbers: F(0) = 7, F(1) = 11, F(n) = F(n-1) + F(n-2) (n>=2). Input ...
2015-08-14
0
497
poj1182食物链 (并查集)
题目在这里哟 和之前判断虫子是否有同性恋一样==(不是因为脑洞太大)都是分层的 取模的啊啊啊啊啊仔细观察一下两个代码,相似度好高好高哦哦 #include<cstdio> #include<cstring> #include<iostream> using ...
2015-08-10
0
427
hdu1241 Oil Deposits裸的搜哦哦哦哦
rt 题目 #include <iostream> #include<cstdio> using namespace std; char ch[105][105]; int n,m; int dir[8][2]={{1,0},{-1,0},{0,1},{0,-1},{1...
2015-08-10
0
469
首页
上一页
31
32
33
34
35
36
37
38
39
40
下一页
末页