@@ -1,6 +1,7 @@
import math
a=int(input())
a=int(input('Кол-во детей'))
b=int(input())
b=int(input('Кол-во вожатых'))
c=a**2+b**2
print(math.floor(math.sqrt(c)))
c=math.ceil((a+b)/20)
print('Понабиться',c,'автобус')
The note is not visible to the blocked user.