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