Competitions
PP2. Week 1: March 1 - 7
The square of sum
Find the square of sum of digits of two digit positive integer.
Input
One two digit positive integer.
Output
Print the square of sum of digits of given number.
Input example #1
23
Output example #1
25