E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
0ms
HDU 1142(SPFA+dfs+dp)
放在主函数里面
0ms
瞬秒了。。。。。。题意:给你一个图,求从点1到点2有多少种不同的走法,并且每种走法都必须往点2更近的方向走。
u012350533
·
2013-11-05 23:00
ZOJ 3427 Array Slicing 解题报告
//Time:
0ms
//Memory:23720KB //Length:1191B #include #include #include #include usin
u010638776
·
2013-09-27 22:00
常用算法(搜索) 二
,感觉好有意思下面是自己找的poj上的搜索题,有重复,慢慢做着: poj-1198双向BFSpoj-1324听说是很麻烦的BFS,也不是很麻烦poj-1077经典8数码,广搜(2XXMS),然后构造(
0MS
liang0000zai
·
2013-09-22 19:00
C++
ACM
poj 2773 Happy 2006
f(x,y)=f(y,x%y);f(x,y)=f(y*t+x,y)t为非负整数;其时这道题还有好多优化,Discuss里面好多大神都弄到了
0ms
。。。Orz我只水过去了。。。。
u012161037
·
2013-09-18 15:00
POJ 1129 Channel Allocation
Discuss里面有大牛说用四色定理,作为一名离散只考了70+的选手也没有去看......也可能是后台比较水,我的这种方法竟然也是
0ms
。解题思路都写在了注释里。
u012161037
·
2013-09-18 15:00
HDU 1264 Counting Squares
-_-||结果跑了70+ms 不知道还能再怎么优化……HDU里面有好多
0ms
的大神……1#include 2#include 3 4intst[110][10100]; 5
u012161037
·
2013-09-18 15:00
HDU 4716 A Computer Graphics Problem 解题报告
题目题意:模拟一个电池容量……题解:暴力//Time:
0ms
//Memory:288KB //Length:498B #include #include #include usingnamespacestd
u010638776
·
2013-09-12 20:00
HDU 4706 Children's Day 解题报告
题解:直接暴力……//Time:
0ms
//Memory:284KB #include #include #include #include usingnamespacestd; charma[100]
u010638776
·
2013-09-08 20:00
poj 1503 高精度加法
不过java效率低点,平均用时600ms,C/C++可以
0ms
过。
xindoo
·
2013-09-07 10:00
POJ 1018 Communication System
总结枚举即可分析找到所有最小带宽中最小的,$b_0$找到所有最大带宽中最小的,$b_1$计算在以上范围内所有可能的结果,选最大的输出即可这个是最笨的方法,可以通过,但是有
0ms
就可以AC的算法。
解题报告
·
2013-08-27 18:00
hdu - 3959 Board Game Dice(数学)
【我在此收回前面的话,昨天是oj的问题,今天我又交了一遍log的代码,耗时变成了
0ms
了。。。
shankeliupo
·
2013-08-16 20:00
SPOJ AMR12I Saruman of Many Colours 解题报告
//Time:
0ms
//Memory
u010638776
·
2013-08-04 14:00
HDU 4639 Hehe 解题报告
//Time:
0ms
//Memory:304KB //Length: #include #include #include #d
u010638776
·
2013-08-01 17:00
最大团与极大团的学习
最大团与极大团的学习POJ1419数据非常弱,暴力搜索可以在
0ms
拿下……那个n完全就是吓人的……正解是求图的最大独立集,和最大团是对偶关系,用原图的补图就最大团就可以了最最暴力的搜索代码如下
pi9nc
·
2013-07-27 21:00
NOIP 2008 Vijos 1497 立体图 模拟
在Vijos上编译成功测试数据#0: Accepted,time=
0ms
,mem=1340KiB,score=10测试数据#1: Accepted,time=
0ms
,mem=1336KiB,score=
huanghongxun
·
2013-07-22 20:00
vijos
NOIP 2012 Vijos 1787 普及组 寻宝 模拟
测试数据#0: Accepted,time=
0ms
,mem=25284KiB,score=10测试数据#1: Accepted,time=
0ms
,mem=25284KiB,score=10测试数据#2:
huanghongxun
·
2013-07-22 13:00
vijos
hdu 1195 Open the Lock 单项bfs(31ms) 双向bfs(
0ms
)
OpentheLockTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):2802 AcceptedSubmission(s):1224ProblemDescriptionNowanemergenttaskforyouistoopenapasswordloc
u010228612
·
2013-07-12 20:00
POJ 1552 Doubles (水题)
贴下代码:(248k,
0ms
) C++语言:#includeusingnamespacestd;intmain(){ inta[20]={0}; intb[20]
WWL919618308
·
2013-06-13 15:00
POJ 1969 Count on Canton(数学题,找规律)
贴一下代码:(232k,
0ms
)C++语言:#includeusing namespace std;int main(){ inta,b; inttemp_a,temp_b; inti,n; int
WWL919618308
·
2013-06-13 15:00
POJ 3094 Quicksum(水题) 涉及到字…
AC代码:(232k,
0ms
) C++语言:#incl
WWL919618308
·
2013-06-13 15:00
POJ 1004 Financial Management(…
题意:求平均数直接贴代码:(176k,
0ms
) C++语言:#includeusingnamespacestd;intmain(){ inti; floatmoney; floatsum=0;
WWL919618308
·
2013-06-13 15:00
ZOJ 3715 Kindergarten Election 解题报告
//Time:
0ms
//Memory:180KB //Length:141
u010638776
·
2013-05-30 20:00
hdu - 2199 - Can you solve this equation?(二分)
发现,在hust上用函数写法
0ms
过,用define写法15ms过,而这两种写法在hdu上都是
0ms
过。奇葩~函数写法:#include #include usingnamespacestd;
SCNU_Jiechao
·
2013-05-21 13:00
FZU 1920 Left Mouse Button 解题报告
找出全为0的区域的块数a1,给边界上的数字做上标记,再统计没被标记的非0数字个数a2,ans=a1+a2//Memory:236KB //Time:
0MS
#include
u010638776
·
2013-05-20 22:00
FZU 1913 Easy Comparison 解题报告
题意:字符串排序后不再自己位置上的有几个解法:sort……//Memory:228KB //Time:
0MS
#include #include #include #include usingnamespacestd
u010638776
·
2013-05-20 22:00
FZU 1909 An Equation 解题报告
题意:给出四个数,如果任意两个之和可以等于另外两个,输出yes,否则输出no解法:暴力……//Memory:228KB //Time:
0MS
#include #include usingnamespacestd
u010638776
·
2013-05-20 22:00
POJ 4044 Score Sequence 解题报告
#include TIme:
0ms
Memory:704KB Length:1932B #include #include #include #include #include #include #include
u010638776
·
2013-05-19 12:00
poj-openjudge 1041 For Short 解题报告
Time:
0ms
Memory:252kB Length:867B #include #include #defineMAXN10010 usingnamespacestd; charstr[MAXN]
u010638776
·
2013-05-18 00:00
那些
0ms
的神代码之谜
(以下内容仅代表个人观点)其实有些跑了
0ms
的代码是用全部测试数据爆出来的(不排除是测试人员爆的),另外我发表此篇博文的目的也不是鄙视那些跑测试数据的人,而是希望广大ACMer不要再崇拜那些神代码了,其实你的代码已经很不错了
shankeliupo
·
2013-03-18 09:00
poj 1101 The Game
奇怪的是竟然跑出了
0ms
。值得注意的是距离最近的不一定就是segments最少的,所以bfs的时候不能搜到一个解就退出。应该搜到queue为空。
stormdpzh
·
2013-03-12 15:00
二分匹配的Hopcroft-Carp算法
题目:HDU2063过山车 果然Hopcroft-Carp算法快,用匈牙利算法15ms,而Hopcorft-Carp却
0ms
。
ACdreamers
·
2013-03-09 21:00
poj - 1061 - 青蛙的约会(扩展欧几里德)
(x≠y>过年的第一道题目啊,哈哈~~
0MS
过!假设前面的青蛙跳得比较快,第一次追上后面的青蛙时
SCNU_Jiechao
·
2013-02-11 22:00
Jlink 下载裸奔程序到 TQ2440
# Action Value0 Value1Comment0 Reset 0
0ms
1 DisbaleMMU 2 Write32bit 0x530000000x000000003 Write32bit
lonerzf
·
2012-12-05 19:00
POJ 1129 Channel Allocation
于是
0ms
,AC。
sssogs
·
2012-11-26 15:00
hdu 1021
pid=1021题目解析:看到这种题目,自然就是想到递归,却也知道结果就是RE,后来
0ms
水过,就是找规律的,要不然真难搞定了代码:#include #include #include #include
yujuan_Mao
·
2012-11-21 20:00
POJ1001 高精度浮点幂运算
WA后看了网上提供的数据,发现漏了一点,然后
0MS
无压力AC了。高精度幂无异于高精度乘法,只是多了浮点运算,但是很快就能想到先去掉小数点,最后输出时再加上去。
lsdsjy
·
2012-11-03 21:11
OI
POJ
POJ1001 高精度浮点幂运算
WA后看了网上提供的数据,发现漏了一点,然后
0MS
无压力AC了。高精度幂无异于高精度乘法,只是多了浮点运算,但是很快就能想到先去掉小数点,最后输出时再加上去。
lsdsjy
·
2012-11-03 21:11
poj
OI
无法从节点 XXX 状态 2 获取集群磁盘 3 的 SCSI 第 83h 页 VPD 描述符
无法访问群集磁盘3,或者节点 的
0ms
的磁盘访问延迟超过3000ms状态31可接受的限制 http://support.microsoft.com/kb/2531907 请考虑以下情形:配置具有三个或多个运行
snowfoxmonitor
·
2012-09-21 15:00
USACO Section 1.4
这道题还是枚举的好把
0ms
能AC。具体
0ms
在nocow上有
aacm1992
·
2012-09-03 17:00
POJ 1862 Stripies (贪心)
//Memory:180KB //Time:
0MS
#include #include #include usingn
winkloud
·
2012-08-19 10:00
c
ini
poj 1887 Testing the CATCHER
这题用二分+DP,
0MS
过了,数据还是比较弱的了! //求解LIS的两种方法都写了,第一种的效率明显要比第二种的效率要高,第一种时间复杂度为O(n^2),第二种时间复杂度为O(nlgn)!
yzl_rex
·
2012-08-17 20:00
POJ 1265 Area (简单多边形求面积+pick公式)
//Memory:180K //Time:
0MS
#include #include structPOINT { intx,y; };POINTp[110]; intgcd(inta,intb) { if
winkloud
·
2012-08-16 00:00
poj 1423 Big Number
第一种是直接打表,避免重复计算,如果要追求速度的话,可以在程序外打表,然后导入,在程序中直接查,即可,那样肯定
0MS
,下面的代码是在程序中打表的,所以时间爱你耗费较多。第二种是利
yzl_rex
·
2012-08-15 09:00
算法
POJ 2074 Line of Sight(判线段与直线相交)
//Memory:216K //Time:
0MS
#include #include #
winkloud
·
2012-08-14 23:00
ini
POJ 1696 Space Ant (向量的叉积)
判断点用的就是叉积了//Memory:260K //Time:
0MS
#incl
winkloud
·
2012-08-10 20:00
ant
struct
POJ 1556 The Doors (计算几何+dij最短路)
//Memory:528K //Time:
0MS
#include #include #include #defineinf100 usingnamespa
winkloud
·
2012-08-10 00:00
POJ 2029 Get Many Persimmon Trees (标记)
数据量只有100*100,标记树的位置,暴力枚举所有的矩形找最大值就可以了//Memory:188KB //Time:
0MS
#include #include boolmap[101][101]; intmax
winkloud
·
2012-08-09 10:00
POJ 2109 Power of Cryptography (大数开方)
//Memory:168KB //Time:
0MS
#include #include intmain() { doublen,p; while(scanf("%lf%lf",&n,&p)!
winkloud
·
2012-08-08 12:00
poj2420A Star not a Tree? 费马点
//
0ms
#include<cstdio> #include<iostream> #include<math.h> #define eps 1e-8 using
java-mans
·
2012-08-02 00:00
tree
算法导论第二章POJ水题
不过虽然是水题,但我是菜鸟水平,所以当看到高手用48K和
0MS
解决掉这些题后,真心觉得自己弱爆了。 水题号:2388; 归并:2388Accepted324K110M
zhouworld16
·
2012-08-01 14:00
算法
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他