#include <cstdio> int main(){ for (int i = 0; i < 4; ++i) printf( "%d\n", i*1000000000 );}
Standard input is empty
0 1000000000 2000000000 -1294967296
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!