How much time will visitors have to tour the castle
A. 45 minutes.
B. 60 minutes.
C. 90 minutes.
D. 30 minutes.
查看答案
--Can I help you--I want to buy a blue tie to () my shirt.
A. fit
B. match
C. suit
D. be fit for
有以下程序: main() int x[8]=8,7,6,5,0,0,*s; S=x+3; printf("%d\n",s[2]); 程序运行后的输出结果是 ______ 。
A. 随机值
B. 0
C. 5
D. 6
Mr. Smith is () a teacher; he is also our good friend.
A. other than
B. rather than
C. more than
D. less than
以下程序的输出结果是 ______。 long fum(int n) long s; if(n==||n==2)s=2; else s=n-fun(n-1); return s; main() printf("%ld\n",fun(3));
A. 1
B. 2
C. 3
D. 4