计算机代考 #include

#include

long sum( long a [], int count);

Copyright By PowCoder代写 加微信 powcoder

int main(int argc, char **argv)

long a [] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};

printf(“Main ….. call sum\n”);
sum(a, 10);
printf(“\ndone!\n”);

程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com