A + B Problem IITime Limit: 2000/1000 MS
(Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s):
201400Accepted Submission(s): 3859...
分类:
其他好文 时间:
2014-05-24 04:18:59
阅读次数:
353
10192 最长公共子序列
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&
Itemid=8&page=show_problem&category=114&problem=1133&mosmsg=
Submission...
分类:
其他好文 时间:
2014-05-23 22:30:07
阅读次数:
528
FZU:http://acm.fzu.edu.cn/problem.php?pid=1920题意:叫你玩扫雷游戏,已经告诉你地雷的位置了,问你最少点几次鼠标左键可以赢这盘扫雷题解:直接DFS,(注意这里是8个方向搜索不是4个方向),然后把0周围的不是雷的格子置0,然后统计不是0也不是雷的格子数量,然...
分类:
其他好文 时间:
2014-05-20 10:15:11
阅读次数:
309
表示目前就昨晚看了这一个看起来A+B难度的题,在WA
数次之后发现了是hdu不支持%lld,果然还是经验不足啊题目描述:Problem Description
魔法师百小度也有遇到难题的时候——现在,百小度正在一个古老的石门面前,石门上有一段古老的魔法文字,读懂这种魔法文字需要耗费大量的能量和大量....
分类:
其他好文 时间:
2014-05-19 17:43:02
阅读次数:
284
The final missing piece depends on if you are
using any processor, x86 or x64. The details using these different functions
requires specific handling ...
分类:
其他好文 时间:
2014-05-19 17:35:26
阅读次数:
356
杭电ACM的一道题~~Problem
Description有很多从磁盘读取数据的需求,包括顺序读取、随机读取。为了提高效率,需要人为安排磁盘读取。然而,在现实中,这种做法很复杂。我们考虑一个相对简单的场景。磁盘有许多轨道,每个轨道有许多扇区,用于存储数据。当我们想在特定扇区来读取数据时,磁头需要跳...
分类:
其他好文 时间:
2014-05-19 15:31:42
阅读次数:
311
Clock
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 4605 Accepted Submission(s): 1416
Problem Description
There is an analog c...
分类:
其他好文 时间:
2014-05-18 07:55:47
阅读次数:
284
Problem Description
GG is some what afraid of his MM. Once his MM asks, he will always try his best to rush to their home.
Obvious, he can run home in straight line directly. Alternatively, he ca...
分类:
其他好文 时间:
2014-05-18 07:28:10
阅读次数:
268
Problem Description
For a decimal number x with n digits (AnAn-1An-2 ... A2A1), we define its weight as F(x) = An * 2n-1 + An-1 * 2n-2 + ... + A2 * 2 + A1 *
1. Now you are given two numbers A and...
分类:
其他好文 时间:
2014-05-18 06:35:50
阅读次数:
300
B-number
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 2168 Accepted Submission(s): 1165
Problem Description
A wqb-number, or ...
分类:
其他好文 时间:
2014-05-18 03:32:19
阅读次数:
240