import math a=int(input('Кол-во детей')) b=int(input('Кол-во вожатых')) c=math.ceil((a+b)/20) print('Понабиться',c,'автобус')