第一行输入一个正整数 n ,表示数组的长度第二行输入 n 个正整数,表示数组中每个数字的值
实现 int cal(int *array,int n) 求出数组array的和
5 2 8 1 9 5
25