# Read input N N = int(input()) # Calculate N^2 result = N * N # Print result print(result)