制定以下参考排列中每个元素的值增加2的程序
排列int data[5] = {5.4.3.2.1}
利用void sub(int array[], int size函数
为了在所有元素中增加2,在sub函数内使用反复循环