#include using namespace std; int main(){ int N; cout << N * N << endl; }