тест.py 115 B

12345
  1. import math
  2. x = int(input())
  3. y = int(input())
  4. b = math.sqrt(abs(5*x-3*y))+math.sin(math.sqrt((3+x)/5*y*y))
  5. print(b)