#include
main()
{
int i, children=12,mother=32;
for(i=0;mother/children!=2;children++,mother++)
i+=1;
printf("mother=%d,children=%d,i=%dn",mother,children,i);
}
#include
main()
{
int i, children=12,mother=32;
for(i=0;mother/children!=2;children++,mother++)
i+=1;
printf("mother=%d,children=%d,i=%dn",mother,children,i);
}