#1327. 位运算-取反左移
位运算-取反左移
15 & (~ (1<<2)) = ({{ input(1) }})
16 & (~ (1<<4)) = ({{ input(2) }})
15 & (~ (1<<2)) = ({{ input(1) }})
16 & (~ (1<<4)) = ({{ input(2) }})
By signing up a 羽润编程 universal account, you can submit code and join discussions in all online judging services provided by us.