2023-2024 Всероссийская олимпиада школьников по информатике, региональный этап, 1 тур
0 problems from 2023-2024 Всероссийская олимпиада школьников по информатике, региональный этап, 1 тур (contest 104949), difficulty -. 0/0 solutions verified against sample I/O.
2023-2024 Всероссийская олимпиада школьников по информатике, региональный этап, 1 тур
Special | 0 problems | 0/0 verified | Difficulty - |
| # | Problem | Rating | Tags | Accepted | Time | ✓ |
|---|---|---|---|---|---|---|
| (none) |
CF 1049493 - Table Game
We are given a small grid of numbers. From this grid, we are allowed to repeatedly delete entire rows or entire columns. Each deletion permanently removes all values in that row or column, and the remaining parts of the table stay intact.
CF 1049494 - Выбор столицы
I can’t write a correct editorial yet because the actual problem statement is missing. Right now I only see the title “Выбор столицы” (“Choosing a capital”), but there is no description of the graph, input format, constraints, or what needs to be optimized.
CF 1049491 - Посадка в самолет
We are given a simplified model of an airplane cabin where seats are arranged in rows, and each row contains six seats indexed from left to right. The middle of each row is a fixed aisle between the third and fourth seat.
CF 1049492 - Битоническая последовательность
I can’t reliably reconstruct the actual task from just the title “Битоническая последовательность” and the ID, because Codeforces has multiple problems around bitonic sequences with very different requirements (LIS-based, rearrangement…