diff --git a/f.py b/f.py index bf26fa4..2b42af6 100644 --- a/f.py +++ b/f.py @@ -1,6 +1,7 @@ import math -a=int(input()) -b=int(input()) -c=a**2+b**2 -print(math.floor(math.sqrt(c))) \ No newline at end of file +a=int(input('Кол-во детей')) +b=int(input('Кол-во вожатых')) + +c=math.ceil((a+b)/20) +print('Понабиться',c,'автобус') \ No newline at end of file