I often hear grown-up people say, “I could not fix my attention on the lecture or book, although I wished to do so,” and the reason is, the habit was not formed in youth.
A、我常常听到成年人说:“尽管我希望能集中注意力听演讲或读书,但往往做不到。”其原因就在于年轻时没有养成这种习惯。
B、我常常听到成年人说:“我不能把注意力放到演讲或书上,尽管我希望这样做。”其原因就在于这种习惯年轻时没有养成。
第1题:
I’m sure that your letter will get ( ) attention. They know you’re waiting for the reply.
A. continued B. immediate C. careful D. general ks5u ks5u
第2题:
I ()have been here, but I()not find the time.
A. could; could
B. might; could
C. should; could
D. should; would
第3题:
第4题:
下面程序的功能是:对字符串从小到大进行排序并输出,请填空。
#include "string.h"
#include "stdio.h"
sort(char *a[],int n)
{ int i,j;
char *p;
for(j=1;j<=n-1;j++)
for(i=0; 【15】 ;i++)
if( 【16】 >0)
{ p=a[i];
a[i]=a[i+1];
a[i+1]=p;}}
main()
{ int i;
char *book[]={"itisme","itisyou","howareyou","fine","goodnight","goodbye"};
sort( 【17】 );
for(i=0;i<6;i++)
printf("%s\n",book[i]);}
第5题:
39. I'm busy today. I'm going to have my CD player ______________.
A. fixed
B. fixing
C. to fix
D. fix
第6题: