Approach: It is known that (str % K) where str is a binary string can be written as ((str[n – 1] * 2 0 ) + (str[n – 2] * 2 1 ) + …
確定! 回上一頁