The square of the sum
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the square of the sum of the digits of a two-digit positive integer.
Input
One two-digit positive integer .
Output
Print the square of the sum of the digits of the number .
Examples
Input #1
Answer #1
Submissions 38K
Acceptance rate 63%