package max // Bitwise computes using bitwise operator the maximum of all the integer input and returns it func Bitwise(a int, b int, base int) int { z := a - b i := (z >> base
京公网安备 11010502049817号