#include #include int main() { double n; std::cin >> n; std::cout << std::fixed << std::setprecision(0) << n * n << std::endl; }