I’m very busy, so I can’t ________ that problem with you for the moment. A.discussB.quarrelC.answerD.explain

I’m very busy, so I can’t ________ that problem with you for the moment.

A.discuss

B.quarrel

C.answer

D.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)