if (pid!=2)
{
	b=0
	for i=1 to 10
	{
		b=b+1
		print b
	}
}

if 1!=pid
{
	c=50
	for (j=1 to 10)
	{
		c=c+1
		print c
	}
}
