const xs = [ "watermelon", "beachball", "shrinebell" ] let s, t = readLine stdin for x in xs: if x.notin [s, t]: echo x quit()