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