Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
問題:
10 進数で 0b11001001 を書き込みます。
私は次のことを試しました:
11001001 2 = 1 + 8 + 64 + 128 = 201
しかし、答えは -55 です。どこが間違っていますか?