单项选择题
编写一个过程countdown(n:Int),打印从n到0的数字?()
A.def countdown(n:Int){ 0 to n foreach print } B.def countdown(n:Int){ (0 until n).reverse foreach print } C.def countdown(n:Int){ (0 to n).reverse foreach print } D.def countdown(n:Int){ (0 to n-1).reverse foreach print }
单项选择题 对于ELK描述不正确的是()。
多项选择题 Kylin可以集成()。
单项选择题 现有一张分区表,impala中哪种操作是错误的。()