问答题

简答题 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