【题目描述】循环数是那些不包括0且没有重复数字的整数(比如81362)并且还应同时具有一个有趣的性质, 就像这个例子:如果你从最左边的数字开始(在这个例子中是8)向右数最左边这个数(如果数到了最右边就回到最左边),你会停止在另一个新的数字(如果停在一个相同的数字上,这个数就不是循环数).就像: 8 ...
分类:
其他好文 时间:
2014-06-28 16:56:12
阅读次数:
259
【题目描述】对于从1到N (1 2 #include 3 #include 4 #include 5 #include 6 const int Max=1000000; 7 using namespace std; 8 long long cnt[Max],n; 9 int main()1...
分类:
其他好文 时间:
2014-06-28 16:48:53
阅读次数:
148
题目描述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
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
This page was last updated on Wednesday, 22-Jan-2014 16:11:26 CSTInstallation notes for tRNAscan-SE version 1.3.1 (January 2012)Home PagePrerequisites...
分类:
其他好文 时间:
2014-06-17 21:21:20
阅读次数:
1203
/*
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