#include using namespace std; int main() { int N; int ans = N * N; cout << ans << endl; return 0; }