fun main() { val eye = readLine()!! val mouth = readLine()!! println("(${eye}${mouth}${eye})/") }