Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - Input shaping is too large.
Input shaping is too large.
# include & ltstdio.h & gt

# include & ltstdlib.h & gtint main(int argc,char *argv[])

{

int i= 1,max,temp,n = 1;

While (I<= 10)

{

if(i== 1){

scanf("%d ",& ampmax);

}

other

{

scanf("%d ",& amptemp);

if(temp & gt; Max) {

max = temp

n = I;

}

}

i++;

}

Printf ("Maximum quantity %d position %d\n", max, n);

System ("suspended");

Returns 0;

}