题目描述After several years of record milk production, Farmer John now operates an entire network of N farms (1 = B_2 >= B_3), then FJ wants to make B_1 a...
分类:
其他好文 时间:
2014-06-21 07:57:04
阅读次数:
355
【题目描述】一类书的序言是以罗马数字标页码的。传统罗马数字用单个字母表示特定的数值,以下是标准数字表:I 1 L 50 M 1000V 5 C 100X 10 D 500最多3个同样的可以表示为10n的数字(I,X,C,M)可以连续放在一起,表示它们的和:III=3CCC=300可表示为5x1...
分类:
其他好文 时间:
2014-06-21 06:54:24
阅读次数:
310
这题是黄巨大出的比赛题.http://poj.org/problem?id=3278DescriptionFarmer John has been informed of the location of a fugitive cow and wants to catch her immediatel...
分类:
其他好文 时间:
2014-06-19 00:58:53
阅读次数:
510
C++11添加了很多新特性,可以使程序代码变得简洁,这些特性实用而且效率高。不便之处是:要增加学习成本,还有你要升级你的编译器了。目前支持C++11特性的编译器有:g++ 4.8clang 3.3intel 13.0vs2012 nov ctp目前刚接触,看看下面几个常用C++11的代码:(1)比如...
分类:
编程语言 时间:
2014-06-18 13:26:56
阅读次数:
759
USER: Kevin Samuel [kevin_s1]
TASK: hamming
LANG: C++
Compiling...
Compile: OK
Executing...
Test 1: TEST OK [0.003 secs, 3504 KB]
Test 2: TEST OK [0.005 secs, 3504 KB]
Test 3: TEST OK [0.00...
分类:
其他好文 时间:
2014-06-17 22:21:36
阅读次数:
300
十六. 文件查找命令find: 下面给出find命令的主要应用示例: /> ls -l #列出当前目录下所包含的测试文件 -rw-r--r--. 1 root root 48217 Nov 12 00:57 install.log -rw-r--r--. 1 root root 37 Nov 12 ...
分类:
系统相关 时间:
2014-06-17 14:45:55
阅读次数:
284
/*
ID:kevin_s1
PROG:holstein
LANG:C++
*/第八组数据跪了,半天都不出结果
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define MA...
分类:
其他好文 时间:
2014-06-16 20:59:10
阅读次数:
268
/*
ID:kevin_s1
PROG:holstein
LANG:C++
*/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define MAXV 26
#define M...
分类:
其他好文 时间:
2014-06-16 20:05:47
阅读次数:
166
题目描述You are given N baskets of gold coins. The baskets are numbered from 1 to N. In all except one of the baskets, each gold coin weighs w grams. In t...
分类:
其他好文 时间:
2014-06-14 16:22:52
阅读次数:
191
【题目描述】农民约翰的母牛总是生产出最好的肋骨。你能通过农民约翰和美国农业部标记在每根肋骨上的数字认出它们。农民约翰确定他卖给买方的是真正的质数肋骨,是因为从右边开始切下肋骨,每次还剩下的肋骨上的数字都组成一个质数,举例来说: 7 3 3 1全部肋骨上的数字 7331是质数;三根肋骨 733是质数;...
分类:
其他好文 时间:
2014-06-14 12:26:48
阅读次数:
183