n=100 a=function(b,c){if(!n)throw 0 b>1?(a(b-2,c+'ab'),a(b-1,c+'b')):(print(b?c+'b':c),n--)} for(i=1;;)a(i++,'')