题面据 IMO 可核档案整理;中文题意为本站自译或改写,正式公式请以原始来源为准。PDF:https://www.imo-official.org/problems/2020/eng.pdf。本站于 2026-05-13 将 IMO 题谱生成范围校验至 2025 年。
There is an integer . There are stations on a slope of a mountain, all at different altitudes. Each of two cable car companies, and , operates cable cars; each cable car provides a transfer from one of the stations to a higher one (with no intermediate stops). The cable cars of have different starting points and different finishing points, and a cable car which starts higher also finishes higher. The same conditions hold for . We say that two stations are linked by a company if one can start from the lower station and reach the higher one by using one or more cars of that company (no other movements between stations are allowed). Determine the smallest positive integer for which one can guarantee that there are two stations that are linked by both companies.
有一个整数 。山坡上有 个车站,且海拔高度不同。两家缆车公司 和 各运营 缆车;每辆缆车提供从一个车站到更高车站的换乘服务(无中间站)。 的缆车有个不同的起点和个不同的终点,并且起点越高的缆车终点也越高。 也适用相同的条件。如果一个人可以从较低的车站出发,使用该公司的一辆或多辆汽车到达较高的车站(车站之间不允许有其他移动),我们就说两个车站是由一家公司连接起来的。确定可以保证两家公司链接的两个车站的最小正整数 。
提示 1
先决定要数什么对象,或把关系画成图。
提示 2
找一个极端对象、双计数式或不变量。
提示 3
把局部限制累加成全局矛盾或构造。
完整解答
题面来自可核来源,本站补原创提示和解法骨架。 先把 2020 年第 4 题归入 combinatorics:组合结构题:先把对象翻成集合、图、排列或计数过程,抓住不变量、极端对象和双计数入口。 完整解答的主线是先翻译题设,提取一个不变量或标准构型;第二步用提示阶梯里的入口建立关键等式;第三步把剩余情形分完,并回到题目要求检查边界和等号。P4 的题位也给出节奏提示:P1/P4 多半从直接观察起步,P2/P5 需要一个中间引理,P3/P6 则要把两个看似分开的条件接到同一个结构上。