CC150 Bit manipulation

The big manipulation problem on CC150 is quite tricky/


there are basically fundamental operation like and or and xor. 


and we can use the bit movement to solve some problems like set get and update the bits in some specific position.

like (1 << i)


There are  some questions for one problem:

5.2

5.3

5.7

5.8

發佈了123 篇原創文章 · 獲贊 0 · 訪問量 3萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章