#include <iostream> using namespace std; int main() { long long unsigned int a; cin >> a; cout << a * a; }