#include using namespace std; int main() { int q1 = 0; cin >> q1; cout << q1 * q1; }