#include main() { for(int i=0; i<1000000; i++){ printf("number %d\n", i); } }