import strutils let s = stdin.readLine let ary = split(s,{'(',')'}) echo ary[0] & "@" & ary[2]