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