A.the;不填
B.the;an
C.不填;an
D.不填;不填
第1题:
第2题:
第3题:
23、Distance()表示距离
第4题:
第5题:
Distance()表示距离
第6题:
15、实平面上任意一点到原点的距离函数可以定义为 distance :: Float -> Float -> Float distance x y = ... distance x y 表示坐标点(x,y)到原点(0, 0)的距离。请判断下面哪些表达式是类型错误的。
A.distance (1,2)
B.distance (1+2)
C.distance (1+2) 5
D.distance (1+2) (2+3)