#include <bits/stdc++.h> using namespace std; int n,r1=2,r2=0,t=0; int main() { cin>>n; cout<<n*n; return 0; }