#include using namespace std; int main(){ string S; cin>>S; char pre = ' '; for(char c:S){ if(pre!=c) cout<