fun main(args : Array) { val T1 = (readLine() ?: "") val T2 = (readLine() ?: "") "(%s%s%1\$s)/".format(T1, T2).let { println(it) } }