char*p;main(i,b){while(p=gets(b))for(i=strlen(b)%3;*p;i=3)i&&printf("%.*s%c",i,p-i,*(p+=i)?44:10);}