网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
I’m very busy, so I can’t ________ that problem with you for the moment.

A.discuss

B.quarrel

C.answer

D.explain


参考答案

更多 “ I’m very busy, so I can’t ________ that problem with you for the moment. A.discussB.quarrelC.answerD.explain ” 相关考题
考题 --Must we finish our homework now? --No, you ______. You _______ finish it after school. A.needn't , mayB.mustn't , mayC.can't , canD.needn't , must

考题 “Must I finish my homework now?” “No, you() . But you() finish it this evening. ” A. mustn’ t…mustB. needn’ t…mustC. can’ t…canD. can’ t…must

考题 ---Good morning. I've got an appointment with Miss Smith in the PersonnelDepartment.--Ah, good morning. You ____be Mrs. Peters.A. mightB. mustC. wouldD. can

考题 -Mayweleavetheclassroomnow?-No,you______.You______toleaveuntilthebellrings.A.mustn’t,areallowedB.don’thaveto,aresupposedC.needn’t,aren’tallowedD.can’t,aren’tsupposed

考题 Must we clearn the room before we leave?No, you _______ A.mustn'tB.can'tC.needn't

考题 --Your phone number again? I _______ quite catch it. A.don'tB.can'tC.couldn'tD.didn't

考题 —_______ I return the book to the library this week?— No, you _______.You can keep it until the end of this month. A.Must; needn’tB.Can; can’tC.May; mustn’tD.Can; mustn’t

考题 下列程序段的时间复杂度为()。for(i=0;i<m;i++)for(j=0;j<t;j++)e[i][j]=0;for(i=0;i<m;i++)for(j=0;j<t;j++)for(k=0;k<n;k++)c[i][j]_c[i][j]+a[i][k]×b[k][j];A.O(m×n×t) B.O(m+n+t) C.O(m×t+n) D.O(m+n×t)

考题 下列程序段的时间复杂度是()。 for(i=0; i<m; i++) for(j=0; j<t; j++) c[i][j]=0; for(i=0; i<m; i++) for(j=0; j<t; j++) for(k=0; k<n; k++) c[i][j]=c[i][j]+a[i][k]*b[k][j];A.O(m+n+t)B.O(m+n*t)C.O(m*t+n)D.O(m*n*t)

考题 下列程序段的时间复杂度是()。 for(i=0;i<n;i++) for(j=0;j<m;j++) for(k=0;k<t;k++) c[i][j]=c[i][j]+a[i][k]*b[k][j];A.O(m+n+t)B.O(m*n*t)C.O(m+n*t)D.O(m*t+n)