随笔分类 - poj
poj 3254 Corn Fields
摘要:http://poj.org/problem?id=3254Corn FieldsTime Limit:2000MSMemory Limit:65536KTotal Submissions:9118Accepted:4843DescriptionFarmer John has purchased a...
阅读全文
poj 3190 Stall Reservations
摘要:http://poj.org/problem?id=3190Stall ReservationsTime Limit:1000MSMemory Limit:65536KTotal Submissions:3567Accepted:1276Special JudgeDescriptionOh thos...
阅读全文
poj 1266 Cover an Arc.
摘要:http://poj.org/problem?id=1266Cover an Arc.Time Limit:1000MSMemory Limit:10000KTotal Submissions:823Accepted:308DescriptionA huge dancing-hall was con...
阅读全文
poj 2393 Yogurt factory
摘要:http://poj.org/problem?id=2393Yogurt factoryTime Limit:1000MSMemory Limit:65536KTotal Submissions:7341Accepted:3757DescriptionThe cows have purchased ...
阅读全文
poj 3069 Saruman's Army
摘要:http://poj.org/problem?id=3069Saruman's ArmyTime Limit:1000MSMemory Limit:65536KTotal Submissions:4963Accepted:2561DescriptionSaruman the White must l...
阅读全文
poj 1835 宇航员
摘要:http://poj.org/problem?id=1835宇航员Time Limit:2000MSMemory Limit:30000KTotal Submissions:4802Accepted:2058Description问题描述: 宇航员在太空中迷失了方向,在他的起始位置现在建立一个虚拟...
阅读全文
poj 2376 Cleaning Shifts
摘要:http://poj.org/problem?id=2376Cleaning ShiftsTime Limit:1000MSMemory Limit:65536KTotal Submissions:12604Accepted:3263DescriptionFarmer John is assigni...
阅读全文
poj 3262 Protecting the Flowers
摘要:http://poj.org/problem?id=3262Protecting the FlowersTime Limit:2000MSMemory Limit:65536KTotal Submissions:4930Accepted:1965DescriptionFarmer John went...
阅读全文
poj 2251 Dungeon Master
摘要:http://poj.org/problem?id=2251Dungeon MasterTime Limit:1000MSMemory Limit:65536KTotal Submissions:18773Accepted:7285DescriptionYou are trapped in a 3D...
阅读全文
nyist 47 过河问题
摘要:http://acm.nyist.net/JudgeOnline/problem.php?pid=47过河问题时间限制:1000ms | 内存限制:65535KB难度:5描述在漆黑的夜里,N位旅行者来到了一座狭窄而且没有护栏的桥边。如果不借助手电筒的话,大家是无论如何也不敢过桥去的。不幸的是,N个人...
阅读全文
poj 1179 Polygon
摘要:http://poj.org/problem?id=1179PolygonTime Limit:1000MSMemory Limit:10000KTotal Submissions:5078Accepted:2139DescriptionPolygon is a game for one playe...
阅读全文
poj 1731 Orders
摘要:http://poj.org/problem?id=1731OrdersTime Limit:1000MSMemory Limit:10000KTotal Submissions:9702Accepted:5925DescriptionThe stores manager has sorted al...
阅读全文
poj 1176 Party Lamps
摘要:http://poj.org/problem?id=1176Party LampsTime Limit:1000MSMemory Limit:10000KTotal Submissions:4023Accepted:1386DescriptionTo brighten up the gala din...
阅读全文
poj 算法 分类
摘要:转载请注明出处:優YoUhttp://blog.csdn.net/lyy289065406/article/details/6642573最近AC题:2528更新时间:2011.09.22 已AC题数:146初级题已在2011.06.30全部完成部分解题报告添加新内容,除了原有的“大致题意”和“解题...
阅读全文
poj 1475 || zoj 249 Pushing Boxes
摘要:http://poj.org/problem?id=1475http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=249Pushing BoxesTime Limit:2000MSMemory Limit:131072KTotal Su...
阅读全文
acm算法模板(4)
摘要:杂乱小模板状态压缩dp小技巧x&-x是取x的最后一个1的位置。x-=x&-x是去掉x的最后一个1。读入外挂intnxt_int(){//negorposcharch;intflag=0,tmp=0;for(ch=getchar();ch'9';ch=getchar())if(ch==int('-')...
阅读全文
poj 题目分类(3)
摘要:OJ上的一些水题(可用来练手和增加自信)(poj3299,poj2159,poj2739,poj1083,poj2262,poj1503,poj3006,poj2255,poj3094)初期:一.基本算法:(1)枚举.(poj1753,poj2965)(2)贪心(poj1328,poj2109,po...
阅读全文
poj 题目分类(2)
摘要:初期:一.基本算法:(1)枚举.(poj1753,poj2965)(2)贪心(poj1328,poj2109,poj2586)(3)递归和分治法.(4)递推.(5)构造法.(poj3295)(6)模拟法.(poj1068,poj2632,poj1573,poj2993,poj2996)二.图算法:(...
阅读全文
poj 2509 Peter's smokes
摘要:http://poj.org/problem?id=2509Peter's smokesTime Limit:1000MSMemory Limit:65536KTotal Submissions:16957Accepted:6984DescriptionPeter has n cigarettes....
阅读全文
poj 题目分类(1)
摘要:poj 题目分类按照ac的代码长度分类(主要参考最短代码和自己写的代码)短代码:0.01K--0.50K;中短代码:0.51K--1.00K;中等代码量:1.01K--2.00K;长代码:2.01K以上。短:1147、1163、1922、2211、2215、2229、2232、2234、2242、2...
阅读全文