题面据 IMO 可核档案整理;中文题意为本站自译或改写,正式公式请以原始来源为准。PDF:https://www.imo-official.org/problems/2025/eng.pdf。本站于 2026-05-13 将 IMO 题谱生成范围校验至 2025 年。
A line in the plane is called sunny if it is not parallel to any of the -axis, the -axis, or the line .
Let be a given integer. Determine all nonnegative integers such that there exist distinct lines in the plane satisfying both of the following:
- for all positive integers and with , the point lies on at least one of the lines; and
- exactly of the lines are sunny.
如果平面中的一条线不与 轴、 轴或线 中的任何一个平行,则该线称为晴线。
设 为给定整数。确定所有非负整数 ,使得平面中存在满足以下两个条件的 条不同的线:
- 对于所有正整数 和 以及 ,点 至少位于其中一条线上;和
- 线路中的 线路晴朗。
提示 1
先看模小素数、最大公因数或整除链。
提示 2
把整数条件转成同余方程或 p 进指数比较。
提示 3
若要存在性,用构造;若要唯一性,用最小反例或下降。
完整解答
题面来自可核来源,本站补原创提示和解法骨架。 先把 2025 年第 1 题归入 number theory:数论结构题:先看同余、整除、最大公因数和 p 进赋值,再用构造或反证把整数条件锁紧。 完整解答的主线是先翻译题设,提取一个不变量或标准构型;第二步用提示阶梯里的入口建立关键等式;第三步把剩余情形分完,并回到题目要求检查边界和等号。P1 的题位也给出节奏提示:P1/P4 多半从直接观察起步,P2/P5 需要一个中间引理,P3/P6 则要把两个看似分开的条件接到同一个结构上。