t = read_line p0 = t.index('(').not_nil! p1 = t.index(')').not_nil! puts t[...p0] + "@" + t[(p1 + 1)..]