Search GO 说明:输入题号直接进入相应题目,如需搜索含数字的题目,请在关键词前加单引号 Problem ID Title Source AC Submit Y 1000 A+B Problem 10983 18765 Y 1036 [ZJOI2008]树的统计Count 5293 13132 Y 1588 [HNOI2002]营业额统计 5056 13607 1001 [BeiJing2006]狼抓兔子 4526 18386 Y 2002 [Hnoi2010]Bounce 弹飞绵羊 43…
[题意] 机器人 Rob 可在一个树状路径上自由移动. 给定树状路径 T 上的起点 s 和终点 t, 机器人 Rob 要从 s 运动到 t. 树状路径 T 上有若干可移动的障碍物. 由于路径狭窄, 任何时刻在路径的任何位置不能同时容纳 2 个物体.每一步可以将障碍物或机器人移到相邻的空顶点上.设计一个有效算法用最少移动次数使机器人从 s 运动到 t. 输入文件示例input.txt5 0 31 1 21 1 21 3 0 1 30 2 2 41 1 3 输出文件示例output.txt3 [分析…
身边的小伙伴们都在愉快地刷网络流,我也来写一发模板好了. Network Flow - Maximum Flow Time Limit : 1 sec, Memory Limit : 65536 KB Japanese version is here Maximum Flow A flow network is a directed graph which has a and a . In a flow network, each edge has a capacity . Each edge…