摘要: http://poj.org/problem?id=1094Sorting It All OutTime Limit:1000MSMemory Limit:10000KTotal Submissions:24505Accepted:8487DescriptionAn ascending sorted sequence of distinct values is one in which some form of a less-than operator is used to order the elements from smallest to largest. For example, th 阅读全文
posted @ 2013-08-19 20:52 crazy_apple 阅读(229) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=2226Muddy FieldsTime Limit:1000MSMemory Limit:65536KTotal Submissions:7078Accepted:2622DescriptionRain has pummeled the cows' field, a rectangular grid of R rows and C columns (1 8 #include 9 #include 10 #include 11 #include 12 13 #define N 55 14 #define M N*N 15 using 阅读全文
posted @ 2013-08-19 16:27 crazy_apple 阅读(696) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=3041AsteroidsTime Limit:1000MSMemory Limit:65536KTotal Submissions:12601Accepted:6849DescriptionBessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 8 #include 9 #include10 #include11 #include12 13 #define N 55014 using. 阅读全文
posted @ 2013-08-19 15:07 crazy_apple 阅读(245) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=2060Taxi Cab SchemeTime Limit:1000MSMemory Limit:30000KTotal Submissions:5459Accepted:2286DescriptionRunning a taxi station is not all that simple. Apart from the obvious demand for a centralised coordination of the cabs in order to pick up the customers calling to get a ca 阅读全文
posted @ 2013-08-19 10:47 crazy_apple 阅读(421) 评论(0) 推荐(0) 编辑