联通家庭宽带业务的接入方式包括哪些?()
A.ADSL
B.VDSL
C.LAN接入
D.FTTH光纤接入
参考答案:A, B, C, D
One hundred yuan for a bowl of noodles, you ________ be joking!
A.may
B.can
C.need
D.must
下列循环体的执行次数是( )。 #include<stdio.h> main() { inti,j; for(i=0,j=1;i<j+1;i+=1,j--) phntf("%d\n",j); }
A.3
B.2
C.1
D.0