- UID
- 456508
- 在线时间
- 小时
- 注册时间
- 2009-7-20
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
(Key: B)
(by rosemsem) 题义解析:说对于含2的n次方的数, 2-height 指的是n的值。问k和m谁的2-height大? (1) K>M (2) K除以M是偶数. (please notice K,k; M,m; e)
K = a* 2^k; M = b* 2^m;
(1) k>m, means nothing. (2) k/m= (a/b) * (2^k/2^m) = 2^e; A, b must be odd number, or you can extract at least one more 2, which gonna change k or m. So in this case, (a/b) must be 1, otherwise it would be a fraction. In a word, k-m=e. K>m.
B is sufficient. |
|