第20821题 单选题
如下C++递归实现的归并排序代码中,横线处应填入的正确代码是?

已知merge(int T[], int R[], int s, int m, int t)函数的功能是将有序的T[s..m]T[m+1..t]归并到R[s..t]中,代码如下:归并排序代码

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析