Read n. Check if it is a perfect number (sum of proper divisors equals n). Print Yes or No.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
6
Output
Yes