#include int main( int i, char** argv ) { if( 51-i ) { printf( "%d\n%d\n", 51-i, i+50 ); return main( ++i, NULL ); } return 1; }