另类求两个数中的最大的数

int i=5,j=6;
int max=((i+j)+(Math.Abs(i-j)))/2
原文地址:https://www.cnblogs.com/xiexingen/p/2706174.html