摘要:
题目来源:http://acm.nyist.net/JudgeOnline/problem.php?pid=412Same binary weight时间限制:300ms | 内存限制:65535KB难度:3描述The binary weight of a positive integer is the number of 1's in its binary representation.for example,the decmial number 1 has a binary weight of 1,and the decimal number 1717 (which is 1101 阅读全文