Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. a = sorted([len(input()), len(input()), len(input())])
  2. if a[2] != a[0] and a[1] != a[0] and a[2] * a[0] == a[1] * a[1]:
  3.     print("YES")
  4. else:
  5.     print("NO")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement