Sunny Lines Puzzle
Based on IMO 2025 Problem P1. The original problem was to determine all nonnegative integers k such that there exist n distinct lines in the plane satisfying both of the following: for all positive integers a and b with a + b ≤ n + 1, the point (a, b) lies on at least one of the lines; and exactly k of the n lines are sunny.
Place lines to cover all blue dots in the triangle where a + b ≤ n + 1.
A line is "sunny" if it's not parallel to the x-axis, y-axis, or x + y = 0.
310
Lines: 0Sunny: 0Non-sunny: 0
Instructions
(0,0)
(7,7)