19

问答题 19 /49

There are two int variables: a and b, don’t use “if”, “? :”, “switch”or other judgement statements, find out the biggest one of the two numbers.

参考答案

答案:( ( a + b ) + abs( a - b ) ) / 2