运行下列程序时的输出结果是( )。#includeusing namespace std;class Myclass{public:void show( )const{ cout<<'A'; }void show( ) { cout<<'B'; }};int main(){const Myclass t1;Myclass t2;t1.show();t2.show();cout<
AA
B. AB
C. BA
D. BB
The meeting _______ next week is sure to be a great success.
A. to hold
B. to be held
C. to have held
D. being held
_______ by Lucy, I try my best to work hard.
A. Inspired
Being inspired
C. To be inspired
D. Inspiring
It’s no good _______ here. Let’s go home.
A. to wait
B. waited
C. waiting
D. being waited