# 入力 n = int(input()) # 計算 ans = n * n # 出力 print(ans)