main()
{

int a, b, c;
long e, f;
float g, h;

a = 5;
g = 5/0.3;

for(b=0;b<10;b++)
{
	g/=b;

}

}
