#include using namespace std; int i; int main(){ cin >> i; cout << i*i; }