Square Function

Complete the following program by defining the function square(x) that takes an integer and returns the square of its value

Example 1

Input

2

Output

4

Example 2

Input

10

Output

100

Test your solution here
when it passes, copy it and submit it here so your coach can grade it.