1804: 有向无环图 Description Bobo 有一个 n 个点,m 条边的有向无环图(即对于任意点 v,不存在从点 v 开始、点 v 结束的路径)。 为了方便,点用 1,2,…,n 编号。 设 count(x,y) 表示点 x 到点 y 不同的路径数量(规定 count(x,x)=0), ...
分类:
其他好文 时间:
2016-09-14 20:37:42
阅读次数:
204
G - Parenthesis Time Limit:5000MS Memory Limit:131072KB 64bit IO Format:%lld & %llu Description Bobo has a balanced parenthesis sequence P=p 1 p 2…p n ...
分类:
其他好文 时间:
2016-09-13 23:54:49
阅读次数:
256
题意:n个门编号1~n,从门i到i+1有一条双向通路,每条路花费的时间都是1小时,每条路花的路费分别是Ci, 每个门开的时刻分别是Ti,一个司机从门1开到门n,中间不停车,即如果到达门i的时候门没开就必须往返于前面的路上直到门开的时刻,问到门n最少花多少路费。 记录每扇门之前的路的最小路费。 ...
分类:
其他好文 时间:
2016-09-11 01:39:32
阅读次数:
263
Crazy Professor Time limit: 1.0 secondMemory limit: 64 MB Professor Nathan Mathan is crazy about mathematics. For an unknown reason, he started to wri ...
分类:
其他好文 时间:
2016-09-08 06:10:40
阅读次数:
209
Crazy Search Crazy Search Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 27536 Accepted: 7692 Description Many people like to solve hard p ...
分类:
其他好文 时间:
2016-09-04 17:22:37
阅读次数:
168
1809: Parenthesis Description Bobo has a balanced parenthesis sequence P=p1 p2…pn of length n and q questions. The i-th question is whether P remains ...
分类:
其他好文 时间:
2016-09-04 13:02:41
阅读次数:
128
原题链接 http://acm.csu.edu.cn/OnlineJudge/problem.php?id=1809 Description Bobo has a balanced parenthesis sequence P=p1 p2…pn of length n and q questions ...
分类:
其他好文 时间:
2016-09-04 00:08:09
阅读次数:
204
Problem G: Parenthesis Description Bobo has a balanced parenthesis sequence P=p1 p2…pn of length n and q questions. The i-th question is whether P rem ...
分类:
其他好文 时间:
2016-09-03 18:00:36
阅读次数:
188
在使用C#进行应用程序的开发过程中,经常有一个需求就是让应用程序开机后自动启动,这个是一个很常见的需求,最常规的做法(这里以Win7操作系统为例),打开:开始=》所有程序=》启动文件夹(路径是:C:\Users\bobo\AppData\Roaming\Microsoft\Windows\Start ...
Time Limit:1000MS Memory Limit:131072KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 4911 Submit Status Practice HDU 4911 Description bobo ...
分类:
其他好文 时间:
2016-08-28 16:32:16
阅读次数:
126