import strutils var t = stdin.readLine.split {'(', ')'} t[1] = "@" echo join t