题解 | #明明的随机数#

明明的随机数

http://www.nowcoder.com/practice/3245215fffb84b7b81285493eae92ff0

import scala.collection.mutable
import scala.io.StdIn
import scala.util.Random

object Main {

  def main(args: Array[String]): Unit = {
   val i: Int = StdIn.readInt()
   val random = new Random

  val set = mutable.Set[Int]()

  for (elem <- 1 to i) {
        set.add(StdIn.readInt())
      // set.add(random.nextInt(i)+1)
  }

  set.toList.sorted.foreach(println)
      
  }
}
全部评论

相关推荐

求个公司要我:接好运
点赞 评论 收藏
分享
过往烟沉:我说什么来着,java就业面就是广!
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务