void main(c) { for(;(c=getchar())!=-1;putchar(c)){ if(c=='$')c=' '; if(c=='.')c='*'; } }