123456789101112
#include<iostream> #include<conio.h> using namespace std; int main() { int x; cin>>x; cout<<x*x<<endl; getch(); return 0; }