rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/city-fan.org-release-1-12.rhel6.noarch.rpm
分类:
其他好文 时间:
2014-10-12 21:31:48
阅读次数:
175
http://poj.org/problem?id=2312
Battle City
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 6903
Accepted: 2336
Description
Many of us had played the...
分类:
其他好文 时间:
2014-10-11 20:04:46
阅读次数:
339
1537: [POI2005]Aut- The BusTime Limit: 5 SecMemory Limit: 64 MBSubmit: 158Solved: 100[Submit][Status]DescriptionByte City 的街道形成了一个标准的棋盘网络 – 他们要么是北南走向要...
分类:
其他好文 时间:
2014-10-10 20:27:24
阅读次数:
189
题目:javaman来到了一个城市,这里有很多长着金币的树,每棵树每晚还会结出新的金币,
现在他每天白天只能砍一棵树,最多在这里呆m天,求能得到的最大金币数。
分析:贪心+dp,二维01背包。如果砍树的集合确定,那一定按照b递增的顺序砍,因此排序后背包。
说明:(2011-11-02 05:49)。
#include
#include
#include
#de...
分类:
其他好文 时间:
2014-10-10 00:59:35
阅读次数:
236
E -Funny Car RacingTime Limit:1000MSMemory Limit:0KB64bit IO Format:%lld & %lluThere is a funny car racing in a city with n junctions and m directed r...
分类:
其他好文 时间:
2014-10-09 23:04:41
阅读次数:
269
1、原理
Struts2的核心是使用的webwork框架,处理 action时通过调用底层的getter/setter方法来处理http的参数,它将每个http参数声明为一个ONGL(这里是ONGL的介绍)语句。当我们提交一个http参数:
?user.address.city=Bishkek&user['favoriteDrink']=kumys
ONGL将它转换为:
acti...
分类:
其他好文 时间:
2014-10-08 15:06:45
阅读次数:
145
题目链接:点击打开链接
题意:
就是n*m的矩阵,
每行能走的方向
每列能走的方向
问:图是否强连通。
只要4个边界成环即可。
或者无脑tarjan
==
#pragma comment(linker, "/STACK:102400000,102400000")
#include
#include
#include
#include
#include
using nam...
分类:
其他好文 时间:
2014-10-06 12:12:10
阅读次数:
228
题意:有横向和纵向的街道,每个街道只有一个方向,垂直的街道相交会产生一个节点,这样每个节点都有两个方向, 问是否每一个节点都可以由其他的节点到达.... 思路:规律没有想到,直接爆搜!每一个节点dfs一次,记录每个节节点被访问的次数!如果每个节点最终的访问次数 和所有节点的数目相同,则...
分类:
其他好文 时间:
2014-10-06 11:07:30
阅读次数:
157
DescriptionThere are N cities and N-1 roads in Magic-Island. You can go from one city to any other. One road only connects two cities. One day, The ki...
分类:
其他好文 时间:
2014-10-06 02:45:19
阅读次数:
292
Important Roads
Special JudgeTime Limit: 20000/10000MS (Java/Others)Memory
Limit: 128000/64000KB (Java/Others)
SubmitStatisticNext
Problem
Problem Description
The city where Geor...
分类:
其他好文 时间:
2014-10-05 10:10:48
阅读次数:
247