The computer doesn't work. You should get it_____
A. to repair
B. repairing
C. repaired
第1题:
Between labor and play______(stand)work.
第2题:
A. can
B. could
C. might
D. should
第3题:
A:I have got a pain in my chest. B:You ( )see the doctor.
A. have
B. need
C. should
第4题:
A: Have you seen my camera? I can't find it.
B: Just now I have seen it. You_____ have put it in the bag.
A. must
B. would
C. should
第5题:
A.在命令提示符中,运行WinrsCr.computer2query
B.在命令提示符中,运行WinrmidCremote.computer2
C.在WindowsPowerShell中,运行Get-PSSessionComputer2
D.在WindowsPowerShell中,运行Get-PSSessionConfigurationComputer2
第6题:
如下函数的作用是以双倍行距输出文件: void double_space(ifstream &f,ofstream &t){ char c; while(______){ ______; if(c=='\n')t.put(c); } } 画线处缺失的部分是
A.f.get(c)与t.put(c)
B.f.put(c)与t.get(c)
C.t.get(c)与f.put(c)
D.t.put(c)与f.get(c)