• + 1 comment

    what is the complexity of this code

    	val p = scala.io.StdIn.readLine()
    	val q = scala.io.StdIn.readLine()
    	val r  = p.zip(q).map(x => x._1 + "" + x._2).mkString("")