1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
/*给定一个序列 序列内部数字自由组合 求最大乘积*/
#include
#include
#include
#define T 30
//30为数组最大长度
void quick_sort(int s[], int l, int r)
{
int i, j, x;
if (l abs(x))
j--; /* 从右向左找第一个绝对值小于x的数 */
if (i 0)
{
paray[k]=aray[i];
pmax*=paray[k]; //求正数最大乘积
k++;
pnum++;
}
}
if (mnum%2!=0)
{
if (mnum==1)
{
mmax=1;
}
else{
quick_sort(maray,0,j-1);
mmax=mmax/maray[0];
}
}
pmax*=mmax;
if ((pnum==0&&mnum==1)||(pnum==0&&mnum==0))
{
pmax=0;
}
M++;
printf("Case #%d: The maximum product is %lld.\n\n",M,pmax);
}
return 0;
}
|