Competitions
Week 1 Introduction Part 1
The square of the sum
Find the square of the sum of the digits of a two-digit positive integer.
Input data
One two-digit positive integer n.
Output data
Print the square of the sum of the digits of the number n.
Examples
Input example #1
23
Output example #1
25