上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 目标:攻进区域赛。方法:通过不断的训练和总结方法加上刻苦训练。知识掌握:对基本的编程技能进行疯狂的训练,扎实的掌握编程的基础,同时不断学习新的知识,将新的知识融入到编程的过程当中。书籍:离散数学、算法竞赛入门经典、算法入门经典习题册。时间安排:起床时间:6:00.背英文(为快速理解acm题目打好基础)知识点学习。下午编程训练,自己在oj上挂比赛进行训练。晚上,继续训练并对所完成的题目进行总结回顾,搞好博客笔记。12:30回去睡觉。建立信念完成目标。 阅读全文
posted @ 2013-07-27 23:52 湖心北斗 阅读(196) 评论(0) 推荐(0) 编辑
摘要: # 4 题解http://blog.watashi.ws/816/andrew-stankevich-2-solution/# 1题解http://blog.watashi.ws/623/andrew-stankevich-1-solutio/ 阅读全文
posted @ 2013-07-21 16:34 湖心北斗 阅读(81) 评论(0) 推荐(0) 编辑
摘要: C - CCrawling in process...Crawling failedTime Limit:500MSMemory Limit:4096KB64bit IO Format:%I64d & %I64uSubmitStatusPractice SGU 125 DescriptionThere is a checkered field of sizeN x N cells (1ЈNЈ 3). Each cell designates the territory of a state (i.e.N2 states). Each state has an army. Let A [ 阅读全文
posted @ 2013-07-17 09:33 湖心北斗 阅读(195) 评论(0) 推荐(0) 编辑
摘要: ZOJ Problem Set - 1649 RescueTime Limit: 2 Seconds Memory Limit:65536 KBAngel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M #include #include #include #define MAX 200 #define INF 100000 using namespace std; struct Point{ int r,c; int time; };... 阅读全文
posted @ 2013-07-15 02:11 湖心北斗 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 很想把acm搞好,非常想以至于其他的事情都不感兴趣去干了,近来又要写一个水逼课的报告,实在是蛋疼无比,还好时间还是很充裕的只能每天搞一点,然后给队友分配一下任务搞完就算了。昨天又没睡好觉,昏昏沉沉,又狂睡了一个午觉好多了,写了一下该死的report,感觉再也不会爱了。今天写了一道水题,一遍过了,还是能表明我没有忘记acm这回事情。这几天的收获仍然停留在深度优先搜索,昨天又看了一下离散数学,感觉有找到了方向,因为离散数学集合了逻辑推理,数论、组合数学、图论的一些基本理论,我想在学习知识的时候还是先广度吧,将大体的知识都了解一些然后在去进入下一个境界,循序渐进步步为营。不说了,投入训练,每天写一下 阅读全文
posted @ 2013-07-14 22:39 湖心北斗 阅读(175) 评论(0) 推荐(0) 编辑
摘要: ZOJ Problem Set - 2165Red and BlackTime Limit:2 Seconds Memory Limit:65536 KBThere is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he can move to one of four adjacent tiles. But he can't move on red tiles 阅读全文
posted @ 2013-07-14 13:04 湖心北斗 阅读(136) 评论(0) 推荐(0) 编辑
摘要: ZOJ Problem Set - 1008Gnome TetravexTime Limit: 10 Seconds Memory Limit: 32768 KBHart is engaged in playing an interesting game, Gnome Tetravex, these days. In the game, at the beginning, the player is given n*n squares. Each square is divided into four triangles marked four numbers (range from 0 to 阅读全文
posted @ 2013-07-13 20:37 湖心北斗 阅读(264) 评论(0) 推荐(0) 编辑
摘要: ZOJ Problem Set - 2412Farm IrrigationTime Limit: 2 Seconds Memory Limit: 65536 KB Benny has a spacious farm land to irrigate. The farm land is a rectangle, and is divided into a lot of samll squares. Water pipes are placed in these squares. Different square has a different type of pipe. There are 1. 阅读全文
posted @ 2013-07-12 01:51 湖心北斗 阅读(165) 评论(0) 推荐(0) 编辑
摘要: ZOJ Problem Set - 1709Oil DepositsTime Limit: 2 Seconds Memory Limit: 65536 KB The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and creates a grid that divides the land into numerous 阅读全文
posted @ 2013-07-11 23:51 湖心北斗 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 喜欢练习思维,喜欢挑战有意义的事情,虽说没有什么基础,但是在学习的过程中能够感受到快乐,因为这是有目的的学习,每个辛苦的回报就是AC,仿佛所有的努力都得到了承认。作弊,被罚20题,每一题都是自己做的(太丢人啦,真是大水逼啊)。在练习的过程中,思考的能力也的到了提升,坚努力就有回报,坚持就是胜利。水平还不够啊,努力抓紧每分每秒补充知识,现在攻图论和算法,坚持就是胜利!!! 阅读全文
posted @ 2013-07-11 21:26 湖心北斗 阅读(107) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页