def mainProc(x, y) : print('({x}{y}{x})/'.format(x = x, y = y)) if __name__ == '__main__' : x, y = open(0).read().split() mainProc(x, y)