网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
一I’m sorry.That wasn’t of much help.
一Oh,_______.As a matter of fact,it was most helpful.
A.sure it was
B.it doesn’t matter
C.of course not
D.thanks anyway
参考答案
更多 “ 一I’m sorry.That wasn’t of much help.一Oh,_______.As a matter of fact,it was most helpful.A.sure it wasB.it doesn’t matterC.of course notD.thanks anyway ” 相关考题
考题
When did you last write to Peter? -Oh, I( )to him for ages.A. didn’t writeB. don't writeC. wasn't writingD. haven't written
考题
_________ she practice her violin yesterday? No, she _________.A、Was, wasn’tB、Did, didn’tC、Was, didn’tD、Did, wasn’t
考题
已知有二维数组A[0..n-1][0..n-1],其中当i+j=n时,A[i][j]≠0,现在要将A数组压缩存储到一维数组T[0..m],其中m>n。数组T的第一个元素T[0]=A[1][n-1] T[1]=A[2][n-2],……,依次类推,那么放入A[i][j](i+j=n)的元素是(37)。A.T[i+j]B.T[i*n+j]C.T[i]D.T[i-1]
考题
-- Ann is in hospital.-- Oh, really? I __ know. I __ go and visit her.A. didn’t; am going to B. don’t; wouldC. don’t; will D. didn't; will
考题
It( )we had stayed together for a couple of weeks( )I found we had a lot in common. A.was until;when
B.was until;that
C.wasn’t;when
D.wasn’t until;that
考题
题目:利用递归方法求5!。 思路:递归公式:fn = fn_1*4! def fact(j): sum = 0 if j == 0: sum = 1 else: sum = ______________ return sum for i in range(5): print ('%d! = %d' % (i,fact(i)))A.j * fact(j)B.(j-1) * fact(j - 1)C.j * fact(j - 1)D.(j+1) * fact(j + 1)
热门标签
最新试卷