# -*- coding: utf-8 -*- t1 = input() t2 = input() str = "(" + t1 + t2 + t1 + ")/" print(str)