@@ -1,3 +1,6 @@
a=10
import math
b=56
print('Сумма чисел a и b =',a+b)
a=int(input())
b=int(input())
c=a**2+b**2
print(math.floor(math.sqrt(c)))
The note is not visible to the blocked user.