string a;int i;for i=1to 12{input a;if i mod 9<5{print a,"eat";}else{print a,"boo";}};