【判断题】
判断线上的内容是否正确:If I have any comments to make, I’ll write them in the ___margin___ of the book I’m reading
【单选题】
I’m thinking of buying a computer. Can you ( ) a good make to me?
【单选题】
I’m very sorry to have ____ you with so many questions on such an occasion.
【单选题】
Ted: I’m very sorry for stepping on your foot. Chark: __________ It’s very crowded on the bus.
【单选题】
14. I’m confident that you are _______a good job at your new position.
【单选题】
It ( ) that the kids had spent the whole day playing games.
【单选题】
A: Id like to book a room, please. B: [填空]
④
We dont have rooms here.
【单选题】
We’ve missed the last bus, I’m afraid we have no _______ but to take a taxi.
【单选题】
12. I’m very sorry to have _______ you with so many questions on such an occasion.
【单选题】
以下程序的输出结果是_______? f(int b[],int m,int n) { int i,s=0; for(i=m;in;i=i+2) s=s+b[i]; return s; } int main() { int x,a[]={1,2,3,4,5,6,7,8,9}; x=f(a,3,7); printf(%d\n,x); }