小杨编写了一个如下的高精度乘法函数,则横线上应填写的代码为( )。
int temp = c[k];
int temp = c[k] + carry
int temp = c[k] - carry;
int temp = c[k] * carry