int a;int b;int c;int temp;最大值:temp = a>b?a:b;temp = temp > c?temp :c;MaxValue:temp最小值:temp = atemp = temp < c?temp :c;MinValue:temp