LeeBlog

导航

Poj题目归类

Poj题目归类
poj--题目分类
1、排序
1423, 1694, 1723, 1727, 1763, 1788, 1828, 1838, 1840, 2201, 2376, 2377, 2380,
1318, 1877, 1928, 1971, 1974, 1990, 2001, 2002, 2092, 2379,
1002(需要字符处理,排序用快排即可) 1007(稳定的排序) 2159(题意较难懂)
2231 2371(简单排序) 2388(顺序统计算法) 2418(二*排序树)
2、搜索、回溯、遍历
1022 1111 1118 1129 1190 1562 1564 1573 1655 2184 2225 2243 2312 2362
2378 2386 1010,1011,1018,1020,1054,1062,1256,1321,1363,1501,1650,1659,1664,17
53,2078,2083,2303,2310,2329
简单:1128, 1166, 1176, 1231, 1256, 1270, 1321, 1543, 1606, 1664, 1731, 1742,
1745, 1847, 1915, 1950, 2038, 2157, 2182, 2183, 2381, 2386, 2426,
不易:1024, 1054, 1117, 1167, 1708, 1746, 1775, 1878, 1903, 1966, 2046, 2197,
2349,
推荐:1011, 1190, 1191, 1416, 1579, 1632, 1639, 1659, 1680, 1683, 1691, 1709, 1
7
14, 1753, 1771, 1826, 1855, 1856, 1890, 1924, 1935, 1948, 1979, 1980, 2170,
2288, 2331, 2339, 2340,1979(和迷宫类似) 1980(对剪枝要求较高)
3、历法
1008 2080 (这种题要小心)
4、枚举
1012,1046, 1387, 1411, 2245, 2326, 2363, 2381,1054(剪枝要求较高)
1650
(小数的精度问题)
5、数据结构的典型算法
容易:1182, 1656, 2021, 2023, 2051, 2153, 2227, 2236, 2247, 2352, 2395,
不易:1145, 1177, 1195, 1227, 1661, 1834,
推荐:1330, 1338, 1451, 1470, 1634, 1689, 1693, 1703, 1724, 1988, 2004, 2010,
2119, 2274, 1125(弗洛伊德算法) ,2421(图的最小生成树)
6、动态规划
1037 A decorative fence、
1050 To the Max、
1088 滑雪、
1125 Stockbroker Grapevine、
1141 Brackets Sequence、
1159 Palindrome、
1160 Post Office、
1163 The Triangle、
1458 Common Subsequence、
1579 Function Run Fun、
1887 Testing the CATCHER、
1953 World Cup Noise、
2386 Lake Counting
7、贪心
1042, 1065, 1230, 1784,1328 1755(或用单纯形方法),2054,1017, 1328,1862,
1922 ,2054, 2209, 2313, 2325, 2370。
8、模拟
容易:1006, 1008, 1013, 1016, 1017, 1169, 1298, 1326, 1350, 1363, 1676, 1786
1791, 1835, 1970, 2317, 2325, 2390,
不易:1012, 1082, 1099, 1114, 1642, 1677, 1684, 1886,1281 1928 2083 2141 2015
9、递归
1664
10、字符串处理
1488, 1598, 1686, 1706, 1747, 1748, 1750, 1760, 1782, 1790, 1866, 1888, 1896,
1951, 2003, 2121, 2141, 2145, 2159, 2337, 2359, 2372, 2406, 2408, 1016 1051
1126 1318 1572 1917 1936 2039 2083 2136 2271 2317 2330,2121 2403
11、数论
1006,1014,1023,1061,1152,1183,1730,2262
12、几何有关的题目
凸包:1113, 1228, 1794, 2007, 2187,1113 wall,2187 beauty contest
容易:1319, 1654, 1673, 1675, 1836, 2074, 2137, 2318,
不易:1685, 1687, 1696, 1873, 1901, 2172, 2333,
13、任意精度运算、数字游戏、高精度计算
1001 1023 1047 1060 1079 1131 1140 1142 1207 1220 1284 1289 1306 1316 13
38 1405 1454 1503 1504 1519 1565 1650 1969 2000 2006 2081 2247 2262 2305
2316 2389 1001, 1220, 1405, 1503,1001(高精度乘法) 2413(高精度加法,还有二分
14、概率统计
1037,1050
15、小费用最大流、最大流
2195 going home,2400 supervisor, supervisee,1087 a plug for UNIX,1149 PIGS,
1273 drainage ditches,1274 the perfect stall,1325 machine schedule,1459 power
network,2239 selecting courses
16、压缩存储的DP
1038 bugs integrated inc,1185 炮兵阵地,2430 lazy cow
17、最长公共子串(LCS)
1080 human gene functions,1159 palindrome,1458 common subsequence,2192
zipper
18、图论及组合数学
2421 Constructing Roads、
2369 Permutations、
2234 Matches Game、
2243 Knight Moves、
2249 Binomial Showdown、
2255 Tree Recovery、
2084 Game of Connections、
1906 Three powers、
1833 排列、

1850 Code、
1562 Oil Deposits、
1496 Word Index、
1306 Combinations、
1125 Stockbroker Grapevine、
1129 Channel Allocation、
1146 ID Codes、
1095 Trees Made to Order、找规律
2247 Humble Numbers、
2309 BST、
2346 Lucky tickets、
2370 Democracy in danger、
2365 Rope、
2101 Honey and Milk Land
2028 When Can We Meet?、
2084 Game of Connections、
1915 Knight Moves、
1922 Ride to School、
1941 The Sierpinski Fractal、
1953 World Cup Noise、
1958 Strange Towers of Hanoi、
1969 Count on Canton、
1806 Manhattan 2025、
1809 Regetni、
1844 Sum、
1870 Bee Breeding、
1702 Eva's Balance、
1728 A flea on a chessboard、
1604 Just the Facts、
1642 Stacking Cubes、
1656 Counting Black、
1657 Distance on Chessboard、
1662 CoIns、
1663 Number Steps、
1313 Booklet Printing、
1316 Self Numbers、
1320 Street Numbers、
1323 Game Prediction、
1338 Ugly Numbers、
1244 Slots of Fun、
1250 Tanning Salon、
1102 LC-Display、
1147 Binary codes、
1013 Counterfeit Dollar、
19、博弈类
1067 取石子游戏、
1740 A New Stone Game、
2234 Matches Game、
1082 Calendar Game 、
2348 Euclid's Game、
2413 How many Fibs?、
2419 Forest
20、简单、模拟题
1001 Exponentiation 、
1002 487-3279、
1003 Hangover 、
1701 Dissatisfying Lift、
2301 Beat the Spread!、
2304 Combination Lock、
2328 Guessing Game、
2403 Hay Points 、
2406 Power Strings、
2339 Rock, Scissors, Paper、
2350 Above Average、
2218 Does This Make Me Look Fat?、
2260 Error Correction、
2262 Goldbach's Conjecture、
2272 Bullseye、
2136 Vertical Histogram、
2174 Decoding Task、
2183 Bovine Math Geniuses、
2000 Gold Coins、
2014 Flow Layout、
2051 Argus、
2081 Calendar、
1918 Ranking List、
1922 Ride to School、
1970 The Game、
1972 Dice Stacking、
1974 The Happy Worm、
1978 Hanafuda Shuffle、
1979 Red and Black、
1617 Crypto Columns、
1666 Candy Sharing Game、
1674 Sorting by Swapping、
1503 Integer Inquiry、
1504 Adding Reversed Numbers、
1528 Perfection、
1546 Basically Speaking、
1547 Clay Bully、
1573 Robot Motion、
1575 Easier Done Than Said?、
1581 A Contesting Decision、
1590 Palindromes、
1454 Factorial Frequencies、
1363 Rails、
1218 THE DRUNK JAILER、
1281 MANAGER、
1132 Border、
1028 Web Navigation、
21、初等数学
1003 Hangover、
1045 Bode Plot、
1254 Hansel and Grethel、
1269 Intersecting Lines、
1401 Factorial、
1410 Intersection、
2363 Blocks 、
2365 Rope、
2242 The Circumference of the Circle、
2291 Rotten Ropes、
2295 A DP Problem、
2126 Factoring a Polynomial、
2191 Mersenne Composite Numbers、
2196 Specialized Four-Digit Numbers、
1914 Cramer's Rule、
1835 宇航员、
1799 Yeehaa!、
1607 Deck、
1244 Slots of Fun、
1269 Intersecting Lines、
1299 Polar Explorer、
1183 反正切函数的应用、
22、匹配
1274, 1422, 1469, 1719, 2060, 2239
===================================
经典
1011(搜索好题)
1012(学会打表)
1013
1019(它体现了很多此类问题的特点)
1050(绝对经典的dp)
1088(dp 好题)
1157(花店,经典的dp)
1163(怎么经典的dp 那么多呀???)
1328(贪心)
1458(最长公共子序列)
1647(很好的真题,考临场分析准确和下手迅速)
1654(学会多边形面积的三角形求法)
1655(一类无根树的dp 问题)
1804(逆序对)
2084(经典组合数学问题)
2187(用凸包求最远点对,求出凸包后应该有O(N)的求法,可我就是调不出来)
2195(二分图的最佳匹配)
2242(计算几何经典)
2295(等式处理)
2353(dp,但要记录最佳路径)
2354(立体解析几何)
2362(搜索好题)
2410(读懂题是关键)
2411(经典dp)
趣味
1067(很难的数学,但仔细研究,是一片广阔的领域)
1147(有O(n)的算法,需要思考)
1240(直到一棵树的先序和后序遍历,那么有几种中序遍历呢?dp)
1426(是数论吗?错,是图论!)
1648(别用计算几何,用整点这个特点绕过精度的障碍吧)
1833(找规律)
1844(貌似dp 或是搜索,其实是道有趣的数学题)
1922(贪心,哈哈)
2231
2305(不需要高精度噢)
2328(要仔细噢)
2356(数论知识)
2359(约瑟夫问题变种)
2392(有趣的问题)
很繁的题
1001
1008
1087(构图很烦,还有二分图的最大匹配)
1128(USACO)
1245
1329
1550(考的是读题和理解能力)
1649(dp)
2200(字符串处理+枚举)
2358(枚举和避免重复都很烦)
2361(仔细仔细再仔细)
难题
1014(数学证明比较难,但有那种想法更重要)
1037(比较难的dp)
1405(高精度算法也分有等级之分,不断改进吧)
2002(不知道有没有比O(n^2*logn)更有的算法?)
2054(极难,很强的思考能力)
2085(组合数学)
2414(dp,但要剪枝)
2415(搜索)
2423(计算几何+统计)
多解题
1002(可以用排序,也可以用统计的方法)
1338(搜索和dp 都可以)
1664(搜索和dp 都练一练吧)
2082(这可是我讲的题噢)
2352(桶排和二*树都行)
Note:
1011: 很经典的剪支
1014: 难在数学上
1017: 严格的数学证明貌似不容易
1021: 有点繁,考察对图形进行各种旋转的处理
1083: 巧妙的思考角度
1150: 分奇偶讨论,lg(n)算法
1218: 三行就够了,虽然简单,但也有优劣之别
1505: 二分加贪心
1654: 做法也许很多吧,本人用有向面积做的
1674: 计算圈的个数(算是graph 吧)
1700: 数学证明不容易
1742: O(m*n)的算法
1863: 要耐心地慢慢写…^_^
1988: 并查集
2051: 堆
2078: 不难,但剪支可以做到很好
2082::O(n),你想到了吗?
2084: 卡特兰数
2182: 线段树
2195: 最小费用最大流
2234: 经典博弈算法
2236: 并查集
2299: 二分思想
2395: Kruskal 最小生成树的拓展
2406: KMP
2411: 用二进制串来表示状态
Zoj 题目分类
DP:
1011 NTA 简单题
1013 Great Equipment 简单题
1024 Calendar Game 简单题
1027 Human Gene Functions 简单题
1037 Gridland 简单题
1052 Algernon\'\'s Noxious Emissions 简单题
1409 Communication System 简单题,但是很容易看错~~~
1425 Crossed Matchings 简单题
1438 Asteroids! 简单题
1459 String Distance and Transform Process 简单题
1462 Team Them Up! 简单题
1556 Heroes Of Might And Magic 简单题,不过背景蛮有意思的……
1520 Duty Free Shop 简单题
1524 Supermarket 简单题
1301 The New Villa 简单题
1303 Jury Compromise 其实不是很难,但是很容易错,555……
1345 Best Deal 简单题,但是也很容易错……555……
1360 Radar Installation 简单题
1396 The Umbrella Problem: 2054 简单题
1058 Currency Exchange 简单题
1076 Gene Assembly 简单题
1092 Arbitrage 简单题
1093 Monkey and Banana 简单题
1094 Matrix Chain Multiplication 简单题
1536 Labyrinth 简单题
1100 Mondriaan\'\'s Dream 简单题,DP 可以过,不过据说有复杂的组合公式
1103 Hike on a Graph 简单题
1134 Strategic Game 简单题
1147 Formatting Text 简单题
1148 The Game 简单题
1161 Gone Fishing 简单题
1180 Self Numbers 简单题
1192 It\'\'s not a Bug, It\'\'s a Feature! 简单题
1196 Fast Food 简单题
1107 FatMouse and Cheese 简单题,不过题目描述有些混乱
1136 Multiple 简单题,BFS
1276 Optimal Array Multiplication Sequence 简单题
1255 The Path 简单题
1250 Always On the Run 简单题
1213 Lumber Cutting 简单题
1206 Win the Bonus 简单题
1479 Dweep 无聊题
1587 UP 100 无聊题,DP 应该可以……但是太烦了……没做……
1066 Square Ice 无聊题,目前已知的O(nlogn)算法要用AVL……您有没有简单点的O(nl
ogn)的算法?
1245 Triangles 无聊题
1022 Parallel Expectations 经典题,想了n 久,最后发现可以DP,相当好的一道题
1499 Increasing Sequences 经典题{}
1039 Number Game 没有完美解决的题,感觉可以直接以所有剩下的数作为状态DP,但
是缺乏证明……
1227 Free Candies SRbGa 的经典题,我看了oibh 上的解题报告才做出来的……
1234 Chopsticks SRbGa 的经典题……
图论:
1525 Air Raid 简单题,最小路径覆盖
1500 Pre-Post-erous! 简单题
1501 Knockout Tournament 简单题
1508 Intervals 对您来说应该是简单题,但我想了n 久……,差分限制系统
1333 Galactic Import 简单题
1304 Tin Cutter 简单题,但是似乎有空间复杂度为O(n)的算法
1310 Robot 简单题
1311 Network 简单题
1344 A Mazing Problem 简单题
1395 Door Man 简单题,欧拉回路
1372 Networking 简单题
1406 Jungle Roads 简单题
1053 FDNY to the Rescue! 简单题
1055 Oh, Those Achin\'\' Feet 不错的简单题
1059 What\'\'s In a Name 简单题
1064 Roads Scholar 简单题
1082 Stockbroker Grapevine 简单题
1085 Alien Security 简单题,我觉得我当时的算法好巧妙
1097 Code the Tree 简单题
1060 Sorting It All Out 简单题,但是规模要是大些的话……
1105 FatMouse\'\'s Tour 简单题
1119 SPF 简单题
1127 Roman Forts 简单题
1140 Courses 简单题
1157 A Plug for UNIX 蛮不错的简单题
1203 Swordfish 简单题
1221 Risk 简单题,最短路
1197 Sorting Slides 简单题,匹配
1268 Is It A Tree? 不错的题,图论
1273 It\'\'s Ir-Resist-Able! 简单题,图论
1298 Domino Effect 简单题,最长路
1260 King 简单题,差分限制系统……
1291 MPI Maelstrom 不错的题,最长路
1266 Gossiping 简单题
1285 Shipping Routes 无聊题,最短路
1313 Gears on a Board 无聊题
1502 Plugged In 无聊题,匹配应该可以,但是太烦了,没做……
1568 WishingBone\'\'s Room Plan 无聊题,最大最小匹配,不过容易看错题~~~~~~~~
1077 Genetic Combinations 无聊题,匹配
1364 Machine Schedule 背诵题……匹配……
1137 Girls and Boys 背诵题,匹配……

1023 University Entrace Examination 经典题,但是和1576重复
1576 Marriage is Stable 经典题,感人的背景,经典的算法……
1249 Pushing Boxes 经典题,某人的论文写过,求割点和块+BFS 可以在O(面积)的时间
内做出来,但是这题似乎已经比较老了
1141 Closest Common Ancestors 没有完美解决,最简单的算法就能过,但要是规模大
了……
1084 Channel Allocation 尚未完美解决,我用搜索过的,不过是不是有更好的算法
呢……?
1231 Mysterious Mountain SRbGa 的经典题……
1232 Adventure of Super Mario SRbGa 的经典题……
数学:
1007 Numerical Summation of a Series 简单题,还是蛮有意思的
1045 HangOver 简单题
1049 I Think I Need a Houseboat 简单题
1028 Flip and Shift 简单题,可以DP/BFS/……,但是实际上有数学方法可以直接判断出

1026 Modular multiplication of polynomials 简单题,感觉有比较简单的好算法,但想不
出来
1307 Packets 简单题,不过也蛮经典的……
1312 Prime Cuts 简单题
1334 Basically Speaking 简单题
1337 Pi 简单题
1342 Word Index 简单题
1349 Four Quarters 简单题
1350 The Drunk Jailer 简单题
1352 Number Base Conversion 简单题
1353 Unimodal Palindromic Decompositions 规模不大,所以是简单题……
1354 Extended Lights Out 简单题
1362 Game Prediction 简单题
1365 Mileage Bank 简单题
1382 A Simple Task 简单题
1383 Binary Numbers 简单题
1403 Safecracker 简单题
1408 The Fun Number System 简单题
1486 Color the Tree 简单题
1487 Playing Cards 简单题
1489 2^x mod n = 1 简单题,应该有好算法,不过枚举就可以过……
1503 One Person "The Price is Right" 简单题,POI Eggs 的翻版
1512 Water Treatment Plants 简单题,组合计数
1526 Big Number 简单题,不过O(1)和O(n)还是有区别的
1529 Enigmatic Travel 简单题,不过个人感觉题目描述很令人费解
1530 Find The Multiple 简单题
1537 Playing with a Calculator 简单题
1577 GCD & LCM 简单题,分区联赛的题……
1005 Jugs 简单题
1543 Stripies 简单题
1569 Partial Sums 简单题
1062 Trees Made to Order 简单题
1070 Bode Plot 简单题
1073 Round and Round We Go 简单题,142857,我喜欢^_^
1078 Palindrom Numbers 简单题
1086 Octal Fractions 简单题
1199 Point of Intersection 简单题
1104 Leaps Tall Buildings 简单题
1110 Dick and Jane 简单题
1115 Digital Roots 简单题
1113 u Calculate e 简单题
1152 A Mathematical Curiosity 简单题
1154 Niven Numbers 简单题
1160 Biorhythms 简单题
1163 The Staircases 简单题
1177 K-Magic Number 简单题
1184 Counterfeit Dollar 简单题
1182 Keeps Going and Going and ... 简单题,我喜欢
1284 Perfection 简单题
1272 Numerically Speaking 简单题
1269 Coconuts, Revisited 简单题
1247 There\'\'s Treasure Everywhere! 简单题
1241 Geometry Made Simple 简单题
1202 Divide and Count 简单题
1216 Deck 简单题
1218 Ratio 简单题
1261 Prime Land 简单题
1212 Mountain Landscape 无聊题
1410 Number Sequence 无聊题
1401 Hilbert Curve Intersections 无聊题
1331 Perfect Cubes 无聊题
1322 Random Number 无聊题
1535 Lucky Ticket 无聊题
1539 Lot 无聊题
1363 Chocolate 经典题……
1366 Cash Machine 经典题!强烈推荐!
1149 Dividing up 经典题,应该可以用1366的方法做,但似乎可以利用问题的特殊性用贪
心+DP 在O(1)的时间内做出来
1222 Just the Facts 经典题,没有完美解决,我的做法是O(logn^2)的,据说可能有O(lo
gn)的做法,但我没想到
1475 Ranklist 没有完美解决,不知道您有没有好方法……
1572 Bracelet ~~~题义不明,感觉可能是判定欧拉回路的存在性,但是过不去,555……
1133 Smith Numbers 没有完美解决,数学
1080 Direct Subtraction 尚未解决,我过的程序是错的,想和您讨论~~~
1229 Gift?! SRbGa 的经典题……
1238 Guess the Number SRbGa 的经典题……
1239 Hanoi Tower Troubles Again! SRbGa 的经典题……
字符串处理:
1050 Start Up the Startup 简单题
1315 Excuses, Excuses! 简单题
1151 Word Reversal 简单题,好像是什么Practice 的……
1170 String Matching 简单题
1174 Skip Letter Code 不错的简单题
1175 Word Process Machine 简单题
1181 Word Amalgamation 简单题
1038 T9 无聊题,单词树
1330 DNA Translation 无聊题
1335 Letter Sequence Analysis 无聊题
1099 HTML 无聊题
1243 URLs 无聊题
1540 Censored! 经典题!强烈推荐!
1511 Word Puzzles 没有完美解决的题,可以用后缀树……但是没多大意义……而且我通
过的程序是错的……
搜索:
1002 Fire Net 简单题,CEOI2002的Guard 的缩小版,搜索就可以
1003 Crashing Balloon 简单题,很faint 的题目,想了半天,最后发现最简单的搜索就能

1004 Anagrams by Stack 简单题,同样faint
1320 DEL Command 简单题
1496 Best Fit 简单题
1179 Finding Rectangles 简单题
1190 Optimal Programs 简单题
1217 Eight 简单题
1204 Additive equations 简单题
1219 Pizza Anyone? 简单题
1036 Enigma 2 无聊题,终于耐心读完题目后发现是简单的搜索+模拟……faint……建议
不要看……
1089 Lotto 无聊题
1054 For the Porsche 无聊题
1302 Ships ……题
1031 Square Destroyer 变态题,,狂剪枝才过的……
1297 Hexagon 变态题,标准解法是搜索……
1008 Gnome Tetravex 经典题,个人感觉是很不错的卡时搜索,不过似乎IOI 不会出这种
题型……
1380 Microfiches 经典题!强烈推荐!
1252 Island of Logic 经典题,不过也够老了……
1237 Fans and Gems SRbGa 的经典题,变态,但是很有趣
模拟:
1051 A New Growth Industry 简单题
1300 Border 简单题
1326 M*A*S*H 简单题
1494 Climbing Worm 简单题
1072 Microprocessor Simulation 简单题
1098 Simple Computers 简单题
1056 The Worm Turns 简单题
1195 Blowing Fuses 简单题
1189 Numbers That Count 简单题
1144 Robbery 简单题
1153 Tournament Seeding 简单题,但是直接计算好像不行,得模拟……
1167 Trees on the Level 简单题
1200 Mining 简单题
1278 Pseudo-Random Numbers 简单题
1257 Parking Lot 简单题
1270 Nonstop Travel 简单题
1207 The Knight, the Princess, and the Dragons 无聊题
1169 Square Cipher 无聊题
1176 Die and Chessboard 无聊题
1178 Booklet Printing 无聊题
1009 Enigma 无聊题,但是很容易错……
1012 Mainframe 无聊题,但是很容易错……
1324 Unix ls 无聊题,输出格式没说清楚~~~~~~~
1336 Mark-up 无聊题
1277 Transferable Voting 无聊题
1279 Cowculations 无聊题
1281 Hi-Q 无聊题
1282 Call Forwarding 无聊题
1065 Robots 变态题,太复杂啦~~~~~~~~~~~
1208 Roll the Die! 变态题
1388 Exchanges 经典题!强烈推荐!
1236 Eat or Not to Eat? SRbGa 的经典题……模拟
几何:
1575 Koch Curve 简单题
1010 Area 简单题
1565 Input 简单题
1081 Points Within 简单题
1165 Laser Lines 简单题,但是算法能否再改进呢……?
1248 Video Surveillance 简单题,李彭煦的论文中写到过,好像是某年CTSC 的……
1299 Pendulum 简单题,我蛮喜欢的
1090 The Circumference of the Circle 无聊题
1271 Doing Windows 无聊题
1280 Intersecting Lines 无聊题
1296 Stars 经典变态题……
1030 Farmland 变态题……现在我都为自己当时居然能做出来感到不可思议……
1041 Transmitters 变态题……好烦人……现在绝对没有信心再做一遍了……
1158 Treasure Hunt 经典题,zig 教会我的……
1139 Rectangles 没有完美解决
其它:
1006 Do the Untwist 简单题
1014 Operand 简单题
1016 Parencodings 简单题
1042 W\'\'s Cipher 简单题
1047 Image Perimeters 简单题
1514 Fake Tickets 简单题
1029 Moving Tables 简单题,好像是线段树的经典题目之一,但是这题规模比较小,所以
不必用。
1504 Slots of Fun 简单题
1314 Uniform Generator 简单题
1325 Palindromes 简单题
1319 Black Box 简单题,但当初我没做出来……被zig 教会的……555……
1341 LED Test 简单题
1338 Up and Down Sequences 简单题
1339 Machined Surfaces 简单题
1358 Moving Object Recognition 简单题
1392 The Hardest Problem Ever 简单题
1402 Magnificent Meatballs 简单题
1405 Tanning Salon 简单题
1414 Number Steps 简单题
1423 (Your)((Term)((Project))) 简单题
1427 An Old Stone Game 简单题
1439 Area Ratio 简单题
1449 Maximum Sum 简单题
1476 Weird Clock 简单题
1477 File Compression 简单题,不过我一直没做出来……后来被LC 教会的……@&#
*……
1481 Namenum 简单题
1482 Partitions 简单题,不过限制了空间……
1484 Minimum Inversion Number 简单题
1493 DPCM Encoding 简单题
1495 Stacking Tower 简单题
1057 Undercut 简单题
1518 This Sentence is False 简单题,并查集
1538 Cipher 简单题
1546 Fillword 简单题,实在是有点……
1552 Decoding Task 简单题
1061 Web Navigation 简单题
1063 Space Station Shielding 简单题
1067 Color Me Less 简单题
1068 P,MTHBGWB 简单题
1071 Follow My Logic 简单题,但很可爱
1074 To the Max 简单题
1075 Set Me 简单题
1079 Robotic Jigsaw 简单题,和我推荐的那题不同,这个题说了可以根据条件确定拼法
1083 Frame Stacking 简单题
1088 System Overload 简单题,约瑟夫环
1091 Knight Moves 简单题
1095 Humble Numbers 简单题
1188 DNA Sorting 简单题
1171 Sorting the Photos 简单题
1156 Unscrambing Images 简单题
1142 Maze 简单题
1128 Atlantis 简单题
1120 Chairlift 简单题
1122 Clock 简单题
1125 Floating Point Numbers 简单题
1117 Entropy 简单题
1109 Language of FatMouse 简单题,Dictionary 的实现……
1143 Data Bugs 简单题
1146 LC-Display 简单题,LC……
1159 487-3279 简单题
1164 Software CRC 简单题
1168 Function Run Fun 简单题
1191 The Die Is Cast 简单题,并查集/bfs
1286 Slurpys 不错的简单题
1292 Integer Inquiry 简单题
1293 Floppies 简单题
1294 Golf 简单题
1295 Reverse Text 简单题
1274 Getting Chorded 简单题
1251 Box of Bricks 简单题
1244 Definite Values 简单题
1242 Carbon Dating 简单题
1240 IBM Minus One 简单题
1201 Inversion 简单题
1205 Martian Addition 简单题
1210 Reciprocals 简单题
1246 Instant Complexity 简单题,好像是某年CTSC 的……
1259 Rails 简单题,构造
1033 Ambiguous Dates 无聊题
1046 Double Vision 无聊题,直接枚举就可以了,但是有一些很faint 的极端情况,提交了
n 次才过……
1485 Messy Matrix 无聊题,河北老前辈出的,麻烦的构造~~~~~~
1111 Poker Hands 无聊题
1118 N-Credible Mazes 无聊题,题义实在费解……
1126 Bio-Informatics 无聊题
1150 S-Trees 无聊题
1209 April Fool\'\'s Joke 无聊题
1267 Mapping the Route 无聊题
1263 Time 无聊题
1275 Run, Run, Runaround Numbers 无聊题
1283 Making the Grade 无聊题
1440 Bone Sort 背诵题,排序+最长不xx 子序列,而且很容易看错~~~~~~~
1025 Wooden Sticks 背诵题,排序+最长不xx 子序列……
1108 FatMouse\'\'s Speed 背诵题,排序+最长不xx 子序列……
1256 What Day Is It? 变态题,原来现行历法这么复杂……faint……
1265 Append 经典题
1384 Alice and Bob 经典题
1390 Gates 经典题!强烈推荐!
1087 Cracking the Code 经典题,不过要是能做成Output Only 就更好了……
1069 Plato\'\'s Blocks 经典题,没有解决得非常完美……
1102 Phylogenetic Trees Inherited 经典题,贪心
1130 Ouroboros Snake 经典题,构造
1101 Gamblers 尚未完美解决,我开了巨大的hash 才过的
1498 Galactic Breakup 尚未完美解决……有没有“拆查集”?
1019 Illusive Chase 没有完美解决的题,没给规模,感觉也许有比较好的算法,但是没想
出来,最后发现我的弱智算法居然0.01秒通过,faint……
1235 DDR King SRbGa 的经典题……

posted on 2011-02-01 16:45  LeeBlog  阅读(422)  评论(0编辑  收藏  举报