# Simple solution to calculate N^2 N = int(input()) print(N * N)