People aren’t perfect spellers or typists. In fact, at least 7% of Google searches contain a misspelling. And the longer the query, the greater the likelihood of a typo. But even if what they’ve ...
分类:
其他好文 时间:
2014-08-15 16:13:59
阅读次数:
303
Topcoder上的一道题目,题目描述如下:Problem StatementByteland is a city with many skyscrapers, so it's a perfect venue for BASE jumping. Danilo is an enthusiastic B...
分类:
编程语言 时间:
2014-08-14 20:24:39
阅读次数:
307
The Perfect Stall
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 18416
Accepted: 8379
Description
Farmer John completed his new barn just last week, compl...
分类:
其他好文 时间:
2014-08-14 10:51:48
阅读次数:
170
Description
Problem E: Perfect Pth Powers
We say that x is a perfect square if, for some integer b,x = b^2. Similarly,
x is a perfect cube if, for some integerb, x = b^3. More generally,
x is a ...
分类:
其他好文 时间:
2014-08-12 13:48:54
阅读次数:
280
有n个奶牛和m个谷仓,现在每个奶牛有自己喜欢去的谷仓,并且它们只会去自己喜欢的谷仓吃东西,问最多有多少奶牛能够吃到东西
输入第一行给出n与m,接着n行,每行第一个数代表这个奶牛喜欢的谷仓的个数P,后面接着P个数代表这个奶牛喜欢哪个谷仓
N (0 <= N <= 200) and M (0 <= M <= 200)...
分类:
其他好文 时间:
2014-08-06 23:04:42
阅读次数:
247
POJ 1274 The Perfect Stall (网络流-最大流)
题目大意:
有n个奶牛和m个仓库,现在每个奶牛有自己喜欢去的仓库,并且它们只会去自己喜欢的仓库吃东西,问最多有多少奶牛能够吃到东西?
解题思路:
比较裸的1道网络流题目。...
分类:
其他好文 时间:
2014-08-06 19:16:32
阅读次数:
291
Keep Your Code Clean;Don’t Repeat Yourself;Done is Better than Perfect;沟通、简单、灵活;拥抱变化,持续交付;小步前进,持续改善;专业赢得尊重
分类:
其他好文 时间:
2014-08-06 18:53:12
阅读次数:
206
盗用名字:C题题目都没看懂, B:You are given a long longn. Return the largest divisor ofnthat is a perfect square. That is, the correct return value is x if and ...
分类:
其他好文 时间:
2014-07-29 10:54:36
阅读次数:
204
解题报告
题目传送门
题意:
n头m个机器,求最大匹配。
ps
一分钟前刚做了POJ1469 直接改了输入输出就交了,题意完全一样,,,sad ,代码传送门
The Perfect Stall
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 18108
Accept...
分类:
其他好文 时间:
2014-07-26 15:31:32
阅读次数:
234
题目链接:点击打开链接
嘿嘿
#include
#include
#include
#include
#include
#include
#include
#define N 2011
using namespace std;
int lef[N], pn;//lef[v]表示Y集的点v 当前连接的点 , pn为x点集的点数
bool T[N]; //T[u] 表示Y集 u 是否已连...
分类:
其他好文 时间:
2014-07-21 09:30:20
阅读次数:
262