import re t = input() print(re.sub(r"\(.*?\)", "@", t))