We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
I used three arrays to store all the values from and, or and xor operations. And made three different functions to find the maximum of them under the threshold. But I'm pretty confused with my own code and it doesn't work. What did I do wrong?
Bitwise Operators
You are viewing a single comment's thread. Return to all comments →
I used three arrays to store all the values from and, or and xor operations. And made three different functions to find the maximum of them under the threshold. But I'm pretty confused with my own code and it doesn't work. What did I do wrong?