
main()
{
    short i;

    for (i =0; i < 200; ++i)
	printf("%d\n", i);
}

