#include<stdio.h>
int main(void)
{
char stringa[20] ;
int counter = 100352 - 352;
while(counter--) {
sprintf(stringa, "%i\n" , counter);
}