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