printf的返回值
http://www.nowcoder.com/practice/a19ef1d8e55c4cc786f11cbf6b2fde61
object Main { def main(args: Array[String]): Unit = { print("Hello world!\n") print("Hello world!".length) } }
注意!此信息未认证,请谨慎判断信息的真实性!
相关内容推荐