#include int main (void){ int N; std::cin >> N; std::cout << (N*N) << std::endl; return 0; }