fun main(args: Array) = p591() fun p591() { val t1 = readLine()!! val t2 = readLine()!! val answer = "($t1$t2$t1)/" println(answer) }