Discord

Checklist VsOSh AI 2026 School Stage (Sirius platform, region group 1), grades 9–11 · Task 4

Four Decision Trees

Russian title: Задание 4

Find the unique object that four given decision trees all label 1.

  • Logic (decision trees)
  • Russian original · English translation

The task

Four simple decision trees (given as figures) label an object 0 or 1 using three features: A (binary: 0 or 1), B (shape: circle, square or triangle) and C (any real number).

Find the unique object (values of A, B and C) that all four trees label 1.

Abridged and translated by SOTA from the official Russian materials. The official statement has the exact rules, and it wins wherever this summary differs.

In English

This task was published in Russian. SOTA translated its 3 files into English on 16 September 2026.

Read the task statement in English 294 words

Four Decision Trees

English translation by SOTA – AI Community of the Russian original. Organisers who would like this translation removed can email [email protected].

Task 4 of the school stage of the All-Russian School Olympiad (VsOSh) 2025/26 in artificial intelligence (region group I), grades 9–11. The official answer and solution are in a separate file.

Four simple rules are given in the form of “question trees”, which, depending on various features, assign an object the label 0 or 1. An object is described by three features:
AA — a binary feature: 0 or 1;
BB — shape: circle, square or triangle;
CC — a number (may be any real number)

Tree 1:

[Figure: see the original statement.]

  • BB = circle?
    • no → A=0A = 0?
      • no → Label 0
      • yes → Label 1
    • yes → C3C \ge 3?
      • no → Label 1
      • yes → Label 0

Tree 2:

[Figure: see the original statement.]

  • BB = square?
    • no → C4C \ge 4?
      • no → Label 0
      • yes → Label 1
    • yes → A=0A = 0?
      • no → Label 0
      • yes → Label 1

Tree 3:

[Figure: see the original statement.]

  • A=1A = 1?
    • no → C=3C = 3?
      • no → Label 0
      • yes → Label 1
    • yes → BB = triangle?
      • no → Label 1
      • yes → Label 0

Tree 4:

[Figure: see the original statement.]

  • C2C \ge 2?
    • no → A=1A = 1?
      • no → Label 0
      • yes → Label 1
    • yes → BB = square?
      • no → Label 0
      • yes → Label 1

(The trees above are the translator's transcription of the four tree diagrams.)

Find the unique object (values of AA, BB, CC) that receives label 1 from all four trees.

Scoring criterion: 4 points for each correct answer. Total — 12 points

Maximum score for the task — 12

Translated by SOTA. The Russian original is the official version and wins wherever the two differ. Statement and official solution come from one PDF, the analysis of the school-stage tasks for region group I, grades 9–11, linked from the olympiad's Sirius page. The four tree diagrams are transcribed as nested lists. If you organise this olympiad and would like the translation removed, email [email protected] and we will take it down.

At a glance

You get
The four trees are given as figures.
You submit
Values of A, B and C.
Scoring
Each correct value 4 points (12 in total).
Format
School stage on the Sirius.Courses platform, region group 1, 23 October 2025; grades 9–11; individual; 150 minutes; maximum 112 points for the paper (tasks 1–6: 12 points each; tasks 7–8: 20 points each).

Details

Year
2026, Schools in the regions of group 1 (Sirius.Courses online platform)
Round
School Stage (Sirius platform, region group 1), grades 9–11 · Task 4
Language
Russian; English translation by SOTA
License
Not stated by the source