#include int main(){ int x; std::cin >> x; std::cout << (x*x) << std::endl; }