07 2015 档案

ACM学习历程—HDU 5317 RGCDQ (数论)
摘要:Problem DescriptionMr. Hdu is interested in Greatest Common Divisor (GCD). He wants to find more and more interesting things about GCD. Today He comes... 阅读全文

posted @ 2015-07-28 20:06 AndyQsmart 阅读(299) 评论(0) 推荐(0)

ACM学习历程—HDU 5326 Work(树形递推)
摘要:Problem DescriptionIt’s an interesting experience to move from ICPC to work, end my college life and start a brand new journey in company.As is known ... 阅读全文

posted @ 2015-07-28 19:57 AndyQsmart 阅读(214) 评论(0) 推荐(0)

ACM学习历程—SNNUOJ 1110 传输网络((并查集 && 离线) || (线段树 && 时间戳))(2015陕西省大学生程序设计竞赛D题)
摘要:DescriptionByteland国家的网络单向传输系统可以被看成是以首都 Bytetown为中心的有向树,一开始只有Bytetown建有基站,所有其他城市的信号都是从Bytetown传输过来的。现在他们开始在其他城市陆 续建立了新的基站,命令“C x“代表在城市x建立了一个新的基站,不会在同一... 阅读全文

posted @ 2015-07-27 16:20 AndyQsmart 阅读(313) 评论(0) 推荐(0)

ACM学习历程—HDU 1272 小希的迷宫(并查集)
摘要:Description 上次Gardon的迷宫城堡小希玩了很久(见Problem B),现在她也想设计一个迷宫让Gardon来走。但是她设计迷宫的思路不一样,首先她认为所有的通道都应该是双向连通的,就是说如果有一个通道连通了房 间A和B,那么既可以通过它从房间A走到房间B,也可以通过它从房间B走到房... 阅读全文

posted @ 2015-07-22 15:41 AndyQsmart 阅读(251) 评论(0) 推荐(0)

ACM学习历程—HDU 2112 HDU Today(map && spfa && 优先队列)
摘要:Description 经过锦囊相助,海东集团终于度过了危机,从此,HDU的发展就一直顺风顺水,到了2050年,集团已经相当规模了,据说进入了钱江肉丝经济开发区500强。这时候,XHD夫妇也退居了二线,并在风景秀美的诸暨市�浦镇陶姚村买了个房子,开始安度晚年了。 这样住了一段时间,徐总对当地的交通还... 阅读全文

posted @ 2015-07-22 14:26 AndyQsmart 阅读(217) 评论(0) 推荐(0)

ACM学习历程—HDU 4287 Intelligent IME(字典树 || map)
摘要:Description We all use cell phone today. And we must be familiar with the intelligent English input method on the cell phone. To be specific, the nu... 阅读全文

posted @ 2015-07-21 20:46 AndyQsmart 阅读(267) 评论(0) 推荐(0)

ACM学习历程—HDU 1276 士兵队列训练问题(队列)
摘要:Description某部队进行新兵队列训练,将新兵从一开始按顺序依次编号,并排成一行横队,训练的规则如下:从头开始一至二报数,凡报到二的出列,剩下的向小序号方向靠 拢,再从头开始进行一至三报数,凡报到三的出列,剩下的向小序号方向靠拢,继续从头开始进行一至二报数。。。,以后从头开始轮流进行一至二报数... 阅读全文

posted @ 2015-07-21 20:01 AndyQsmart 阅读(768) 评论(0) 推荐(0)

ACM学习历程—HDU 5289 Assignment(线段树 || RMQ || 单调队列)
摘要:Problem DescriptionTom owns a company and he is the boss. There are n staffs which are numbered from 1 to n in this company, and every staff has a abi... 阅读全文

posted @ 2015-07-21 19:34 AndyQsmart 阅读(969) 评论(0) 推荐(0)

ACM学习历程—HDU 2795 Billboard(线段树)
摘要:Description At the entrance to the university, there is a huge rectangular billboard of size h*w (h is its height and w is its width). The board is th... 阅读全文

posted @ 2015-07-20 21:28 AndyQsmart 阅读(216) 评论(0) 推荐(0)

导航