#include <stdio.h>

int main(void) {
	// your code goes here
int i;
printf(" * ");
for(i=0;i<3;i++)

{fork();

}

printf(" * ");


	return 0;
}

