#include <iostream>using namespace std; int main() { int a; cin>>a; cout<<a*a<<endl; return 0;}
69
4761
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!