hdu3549

maksyuki 发表于 oj 分类,标签:
0

Flow Problem

Problem Description

Network flow is a well-known difficult problem for ACMers. Given a graph, your task is to find out the maximum flow for the weighted directed graph.

Input 阅读全文 »

hdu3501

maksyuki 发表于 oj 分类,标签:
0

Calculation 2

Problem Description

Given a positive integer N, your task is to calculate the sum 阅读全文 »

hdu3292

maksyuki 发表于 oj 分类,标签:
0

No more tricks, Mr Nanguo

Problem Description

Now Sailormoon girls want to tell you a ancient idiom story 阅读全文 »

hdu3065

maksyuki 发表于 oj 分类,标签:
0

病毒侵袭持续中

Problem Description

小t非常感谢大家帮忙解决了他的上一个问题。然而病毒侵袭持续中。 阅读全文 »

hdu2973

maksyuki 发表于 oj 分类,标签:
0

YAPTCHA

Problem Description

The math department has been having problems lately. 阅读全文 »

hdu2955

maksyuki 发表于 oj 分类,标签:
0

Robberies

Problem Description

The aspiring Roy the Robber has seen a lot of 阅读全文 »

hdu2896

maksyuki 发表于 oj 分类,标签:
0

病毒侵袭

Problem Description

当太阳的光辉逐渐被月亮遮蔽,世界失去了光明,大地迎来最黑暗的时刻。。。。在这样的时刻,人们却异常兴奋——我们能在有生之年看到500年一遇的世界奇观,那是多么幸福的事儿啊~~ 阅读全文 »

hdu2888

maksyuki 发表于 oj 分类,标签:
0

Check Corners

Problem Description

Paul draw a big m*n matrix A last month, whose entries Ai,j are all integer numbers ( 1 <= i <= m, 1 <= j <= n ). Now he selects some sub-matrices, hoping to find the maximum number. Then he finds that there may be more than one maximum number, he also wants to know the number of them. But soon he find that it is too complex, so he changes his mind, he just want to know whether there is a maximum at the four corners of the sub-matrix, he calls this “Check corners”. It’s a boring job when selecting too many sub-matrices, so he asks you for help. (For the “Check corners” part: If the sub-matrix has only one row or column just check the two endpoints. If the sub-matrix has only one entry just output “yes”.)

Input

There are multiple test cases.

For each test case, the first line contains two integers m, n (1 <= m, n <= 300), which is the size of the row and column of the matrix, respectively. The next m lines with n integers each gives the elements of the matrix which fit in non-negative 32-bit integer.

The next line contains a single integer Q (1 <= Q <= 1,000,000), the number of queries. The next Q lines give one query on each line, with four integers r1, c1, r2, c2 (1 <= r1 <= r2 <= m, 1 <= c1 <= c2 <= n), which are the indices of the upper-left corner and lower-right corner of the sub-matrix in question.

Output

For each test case, print Q lines with two numbers on each line, the required maximum integer and the result of the “Check corners” using “yes” or “no”. Separate the two parts with a single space.

Sample Input

4 4

4 4 10 7

2 13 9 11

5 7 8 20

13 20 8 2

4

1 1 4 4

1 1 3 3

1 3 3 4

1 1 1 1

Sample Output

20 no

13 no

20 yes

4 yes

Source

2009 Multi-University Training Contest 9 - Host by HIT

 

题目类型:二维RMQ

算法分析:直接使用二维RMQ计算即可

 

hdu2815

maksyuki 发表于 oj 分类,标签:
0

Mod Tree

Problem Description

The picture indicates a tree, every node has 2 children. 阅读全文 »

hdu2686

maksyuki 发表于 oj 分类,标签:
0

Matrix

Problem Description

Yifenfei very like play a number game in the n*n Matrix. A positive integer number is put in each area of the Matrix. 阅读全文 »

hdu2669

maksyuki 发表于 oj 分类,标签:
0

Romantic

Problem Description

The Sky is Sprite.
The Birds is Fly in the Sky.
The Wind is Wonderful.
Blew Throw the Trees 阅读全文 »

hdu2602

maksyuki 发表于 oj 分类,标签:
0

Bone Collector

Problem Description

Many years ago , in Teddy’s hometown there was 阅读全文 »

hdu2594

maksyuki 发表于 oj 分类,标签:
0

Simpsons’ Hidden Talents

Problem Description

Homer: Marge, I just figured out a way to discover some of the talents we weren’t aware we had.
Marge: Yeah, what is it?
Homer: Take me for example. I want to find out if I have 阅读全文 »

hdu2521

maksyuki 发表于 oj 分类,标签:
0

反素数

Problem Description

反素数就是满足对于任意i(0<i<x),都有g(i)<g(x),(g(x)是x的因子个数),则x为一个反素数。现在给你一个整数区间[a,b],请你求出该区间的x使g(x)最大。

Input

第一行输入n,接下来n行测试数据 阅读全文 »

hdu2222

maksyuki 发表于 oj 分类,标签:
0

Keywords Search

Problem Description

In the modern time, Search engine came into the life of everybody like Google, Baidu, etc.
Wiskey also wants to bring this feature to his image retrieval system.
Every image have a long description, when users type some keywords to find the image, the system will match the keywords with description of image and show the image which the most keywords be matched.
To simplify the problem, giving you a description of image, and some keywords, you should tell me how many keywords will be match.

Input

First line will contain one integer means how many cases will follow by.
Each case will contain two integers N means the number of keywords and N keywords follow. (N <= 10000)
Each keyword will only contains characters 'a'-'z', and the length will be not longer than 50.
The last line is the description, and the length will be not longer than 1000000.

Output

Print how many keywords are contained in the description.

Sample Input

1

5

she

he

say

shr

her

yasherhs

Sample Output

3

Author

Wiskey

 

题目类型:AC自动机

算法分析:直接将按照单词建立一个AC自动机,然后如果找到一个匹配的模式串,则不断寻找这个模式串的后缀,看能不能又找到一个匹配的模式串,防止漏解。注意使用G++会MLE!!!

 

hdu2191

maksyuki 发表于 oj 分类,标签:
0

念512汶川大地震遇难同胞——珍惜现在,感恩生活

Problem Description

急!灾区的食物依然短缺! 阅读全文 »