eolymp
Competitions

Week 1 Introduction Part 1

The square of the sum

Time limit 1 second
Memory limit 128 MiB

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