t = input() t = t.replace("(",",") t = t.replace(")",",") tt = t.split(",") print(tt[0] + "@" + tt[2])