a = io.read() b = io.read() t = {} t[1] = "watermelon" t[2] = "shrinebell" t[3] = "beachball" for i = 1, 3 do if t[i] ~= a and t[i] ~= b then print(t[i]) end end