EfimovaLA 20 часов назад
Родитель f495b11f37
Сommit 2ba0587fc8

@ -24,7 +24,7 @@ for i in range(len(sps)-1):
next_num = sps[i+1]
if next_num < current:
small += 1
if next_num > current:
elif next_num > current:
big += 1
else: equal += 1

Загрузка…
Отмена
Сохранить