题面据 APMO 可核档案整理;中文题意为本站自译,公式请以原始来源为准。
In a small town, there are houses indexed by for with being the house at the top left corner, where and are the row and column indices, respectively. At time 0 , a fire breaks out at the house indexed by , where . During each subsequent time interval , the fire fighters defend a house which is not yet on fire while the fire spreads to all undefended neighbors of each house which was on fire at time . Once a house is defended, it remains so all the time. The process ends when the fire can no longer spread. At most how many houses can be saved by the fire fighters? A house indexed by is a neighbor of a house indexed by if .
在一个小镇上,有 个房屋,索引为 ,即 ,其中 是左上角的房屋,其中 和 分别是行索引和列索引。在时间 0 ,索引为 的房屋发生火灾,其中 。在随后的每个时间间隔 中,消防员保卫尚未着火的房屋,同时火势蔓延到在时间 着火的每栋房屋的所有未设防的邻居。一旦房屋受到保卫,它就会一直如此。当火不再蔓延时,该过程结束。消防员最多能拯救多少间房屋?如果 ,则由 索引的房屋是由 索引的房屋的邻居。
提示 1
先把题面里的关系改写成一个干净的代数对象。
提示 2
寻找不变量、对称式或一个可以降次数的替换。
提示 3
最后用判别式、因式分解、单调性或构造把所有可能排完。
完整解答
这页先给题面、题型和提示阶梯,完整证明留给读者逐步展开。2005 年 APMO P4 可先归入代数:第一步把题设翻成对象、条件、目标三行;第二步沿提示寻找不变量、标准构型或关键变形;第三步补齐边界情形,并回到题目原要求核对。
这题适合先独立想一轮再打开提示。不要急着搜索完整解答,先问自己:题面里最硬的限制是哪一句?