int foo(int arr[], int n) { if (n==0) return -1; long long sum = 0; int i; for(i=0;i