#include #include #include using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); setS; S.insert("watermelon"); S.insert("beachball"); S.insert("shrinebell"); for(int t=0;t<2;t++) { string s;cin>>s; S.erase(s); } cout<<*S.begin()<