b=100;*p=" bottles of beer",*q=" on the wall";main(){while(--b){printf("%d%s%s.\n%d%s,\nTake one down, pass it around.\n%d%s%s.\n\n",b,p,q,b,p,b-1,p,q);}}