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