DescriptionConflicts are everywhere in the
world, from the young to the elderly, from families to countries. Conflicts
cause quarrels, fights or even ...
分类:
其他好文 时间:
2014-06-07 04:23:10
阅读次数:
213
Problem Description 给定一个m × n (m行,
n列)的迷宫,迷宫中有两个位置,gloria想从迷宫的一个位置走到另外一个位置,当然迷宫中有些地方是空地,gloria可以穿越,有些地方是障碍,她必须绕行,从迷宫的一个位置,只能走到与它相邻的4个位置中,当然在行走过程中,glo....
分类:
其他好文 时间:
2014-06-07 02:57:41
阅读次数:
276
Cat vs. DogTime Limit: 2000/1000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
1422Accepted Submission(s): 534Problem ...
分类:
其他好文 时间:
2014-05-30 03:30:21
阅读次数:
292
Mining Station on the SeaTime Limit: 5000/1000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
2123Accepted Submission(s...
分类:
其他好文 时间:
2014-05-30 03:11:52
阅读次数:
265
一道找循环节的题,RE了很多发。要用到一个转换式子:a^b%c=[(a%c)^(b%phi(c)+phi(c))]%c#include#include#include#include#include#define
ull unsigned long longusing namespace std;i...
分类:
其他好文 时间:
2014-05-30 02:53:25
阅读次数:
251
So Easy!Time Limit: 2000/1000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
2026Accepted Submission(s): 624Problem Des...
分类:
其他好文 时间:
2014-05-30 01:47:19
阅读次数:
244
Shape of HDUTime Limit: 3000/1000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
5059Accepted Submission(s): 2294Proble...
分类:
其他好文 时间:
2014-05-29 18:56:24
阅读次数:
227
其实这个题我还不会,学长给了一个代码交上去过了,据说用到了一种叫做位压缩的技术,先贴代码吧,以后看懂了再来写#include
#include #define M 30005#define SIZE 128#define WORDMAX 3200#define BIT 32char
s1[M], s...
分类:
其他好文 时间:
2014-05-29 18:07:53
阅读次数:
549
You are given a string,S, and a list of
words,L, that are all of the same length. Find all starting indices of
substring(s) in S that is a concatenati...
分类:
其他好文 时间:
2014-05-29 09:09:35
阅读次数:
222
ChessTime Limit: 6000/3000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
351Accepted Submission(s): 124Problem Descrip...
分类:
其他好文 时间:
2014-05-29 08:11:42
阅读次数:
303