#include "stdio.h"
#include "math.h"
main()
{
int a[3];
int i,m;
int *p=a;
printf("\nInput the array:");
for(i=0;i<3;i++)
{
scanf("%d",&a[i]);
}
if(max<*(p+1))
max=*(p+1);
if(max<*(p+2))
max=*(p+2);
printf("\nThe max is %d",max);
}
目的输出最大值..运行结果有错,输出的数字和我输入的数字不符