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