Read n. Check if it is an Armstrong number (sum of digits raised to power of number of digits equals the number). Print Yes or No.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
153
Output
Yes