#include using namespace std; int8_t n; int main(){ cin >> n; cout << n * n; }