package q190 func reverseBits(n int) int { ret := 0 for i := range 32 { if n|(1<