#include <stdio.h> int main(void) { int x; scanf("%d",&x); printf("%d\n",x*x); return 0;}
3
9
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!