Mary: I'm sorry, but I can't seem to find that tape you lent me. I must have lost it.
Susan: Oh no! _________.
Mary: But don't worry. I'll buy you a new one.
A. Don't do that
B. What a shame
C. Don't say that
D. How pity it is
第1题:
Will you show me how to use this software?()
A. Sure. You'll master it in no time.
B. You are welcome.
C. Sorry, I'm too late for it.
第2题:
A.Must; needn’t
B.Can; can’t
C.May; mustn’t
D.Can; mustn’t
第3题:
第4题:
A、That’s all right
B、I’m afraid not
C、You’re welcome
D、It doesn’t matter
第5题:
有如下程序段#include "stdio.h"#include "string.h"#define N 10#define M 10char *find(char(*a)[M],int n){ char *q;int i; q=a[0]; for(i=0;i<n;i++) if(strcmp(a[i],q)<0)q=a[i]; return q;}main(){ char s[N][M]={"tomeetme","you","and","he","china"}; char *p; int n=5; p=find(s,n); puts(p);}则执行后输出的结果为A.he B.and C.you D.tomeetme
第6题: