#include <stdio.h> int main(void) { signed int x = 50000; printf(" x = %d\n", x); printf("x*x = %d\n", x*x); return 0;}
Standard input is empty
x = 50000 x*x = -1794967296
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!