Files
pythonProject/f.py
Victor Alexandrovich Tsyrenschikov 277e6f3362 EspHome
2025-11-21 00:03:34 +05:00

7 lines
166 B
Python

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