不是VIP会员,不能显示答案

题目解答

题目:
设循环队列中数组的下标范围是l..n,其头尾指针分别为f和r,则其元素个数为
  • A.f+r
  • B.(r-f+n) mod n
  • C.f+r+n
  • D.(r-f) mod n
考点:
分析:
解答:
评论:
老师: