I ________ to him that I should come.
A、justified
B、evaluated
C、indicated
D、reckoned
第1题:
A.should have helped
B.would help
C.would have helped
D.helped
第2题:
下面程序执行后的结果是( )。 #include<iostream> using namespace std; void func1(int i); void func2(int i); char st[]="hello, friend!"; void func1(int i) { cout<<st[i]; if(i<3){i+=2;func2(i);} } void func2(int i) { cout<<st[i]; if(i<3){i+=2;func1(i);} } void main() { int i=0;func1(i);cout<<endl;}
A.ello
B.hel
C.hlo
D.him
第3题:
第4题:
A. would have seen
B. would see
C. have seen
D. saw
第5题: