#include #include using namespace std; int main() { string a,b; cin>>a>>b; while((a.find(b)=0)) { a.erase(a.find(b), b.length()); } cout<