#include <stdio.h>main(){ int i=100; int j=200; printf("%d\n",i); printf("%d\n",j);}
Standard input is empty
100 200
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!