watermelonとbeachballとshrinebell def Main(): s=input() t=input() a=[s,t] b=["watermelon","beachball","shrinebell"] for x in b: if x not in a: print(x) Main()