bit-manipulation tag

2 questions


1 answers
46 views
0
Is ~x + ~y == ~(x + y) always false?

When you say that both x and y are paid by two,Is ~x+y==~(x+y) always false?The numbers between 5000 and 5000 are all falseWouldn't there be a true number somewhere?


1 answers
46 views
0
(x^0x1)! = What does 0 do?

From the source code below,What does x^0x1 do?What rules do I not know?if( 0 != ( x ^ 0x1 ) ) encode( x, m );


© 2024 OneMinuteCode. All rights reserved.