第23704题 单选
C++高精度减法函数划线填空选择题

要实现一个高精度减法函数,则下面代码中加划线应该填写的代码为( )。

A
a[i + 1]--;
B
a[i]--;
C
b[i + 1]--;
D
b[i]--;
提交0次 正确率0.00%
答案解析