#include #include using namespace std; int main(){ char c; while((c=cin.get())!=EOF){ if(c!='.' && c!='-'){ if(c=='\n') return 0; if(c==',') cout<<" ,"; else cout<