#include <stdio.h>

main()
{
int i;
for (i=0; i<100; i++)
	printf("ping 192.168.1.%d -w1\n",i);
}
