--- Have you been to America?
--- __________.
A. Yes. I went there last year
B. Yes. I like it very much
C. No, thank you.
I’ve already had lunch
第1题:
A: Hi! Jack, Where were you these days?
B: I_____ to Japan last month and came back only yesterday.
A. go
B. been
C. went
第2题:
第3题:
2、在顺序结构表示的线性表中,删除第i个元素(数组下标为i-1),需要把后面的所有元素都往前挪一位,相应的语句是: for (___________ ) PtrL->Data[j-1]=PtrL->Data[j]; 其中空缺部分的内容应该是
A.j = i; j< = PtrL->Last; j++
B.j =PtrL->Last; j>= i; j--
C.j = i-1; j< = PtrL->Last; j++
D.j =PtrL->Last; j>= i-1; j--
第4题:
A、are…being
B、is…being
C、has…been
D、have…been
第5题:
I’d rather you________with me now
A. go
B. to go
C. will go
D. went
第6题:
在顺序结构表示的线性表中,删除第i个元素(数组下标为i-1),需要把后面的所有元素都往前挪一位,相应的语句是: for (___________ ) PtrL->Data[j-1]=PtrL->Data[j]; 其中空缺部分的内容应该是
A.j = i; j< = PtrL->Last; j++
B.j =PtrL->Last; j>= i; j--
C.j = i-1; j< = PtrL->Last; j++
D.j =PtrL->Last; j>= i-1; j--