Advertisement
Guest User

Тренажер. 3 класс. Тренажёр 1. Уровень 7. Таблица умножения.

a guest
Jan 22nd, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.94 KB | None | 0 0
  1. variables:
  2. -   name: i
  3.     type: oneof
  4.     variety: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
  5.     init: 1
  6. -   name: a
  7.     type: map
  8.     variable: i
  9.     variants:
  10.         -   if: 1
  11.             than: 5
  12.         -   if: 2
  13.             than: 5
  14.         -   if: 3
  15.             than: 6
  16.         -   if: 4
  17.             than: 8
  18.         -   if: 5
  19.             than: 6
  20.         -   if: 6
  21.             than: 7
  22.         -   if: 7
  23.             than: 7
  24.         -   if: 8
  25.             than: 8
  26.         -   if: 9
  27.             than: 3
  28.         -   if: 10
  29.             than: 4
  30.         -   if: 11
  31.             than: 6
  32.         -   if: 12
  33.             than: 6
  34.         -   if: 13
  35.             than: 8
  36.         -   if: 14
  37.             than: 9
  38.         -   if: 15
  39.             than: 9
  40.         -   if: 16
  41.             than: 2
  42.         -   if: 17
  43.             than: 3
  44.         -   if: 18
  45.             than: 4
  46.         -   if: 19
  47.             than: 9
  48.         -   if: 20
  49.             than: 6
  50.         -   else: 0
  51. -   name: b
  52.     type: map
  53.     variable: i
  54.     variants:
  55.         -   if: 1
  56.             than: 9
  57.         -   if: 2
  58.             than: 7
  59.         -   if: 3
  60.             than: 7
  61.         -   if: 4
  62.             than: 6
  63.         -   if: 5
  64.             than: 9
  65.         -   if: 6
  66.             than: 8
  67.         -   if: 7
  68.             than: 9
  69.         -   if: 8
  70.             than: 9
  71.         -   if: 9
  72.             than: 7
  73.         -   if: 10
  74.             than: 8
  75.         -   if: 11
  76.             than: 6
  77.         -   if: 12
  78.             than: 8
  79.         -   if: 13
  80.             than: 8
  81.         -   if: 14
  82.             than: 3
  83.         -   if: 15
  84.             than: 9
  85.         -   if: 16
  86.             than: 6
  87.         -   if: 17
  88.             than: 6
  89.         -   if: 18
  90.             than: 7
  91.         -   if: 19
  92.             than: 6
  93.         -   if: 20
  94.             than: 4
  95.         -   else: 0
  96. answers:
  97. -   name: answer
  98.     type: const
  99.     value: a*b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement