Given a pair of positive integers, for example, 6 and 110, 给出一对正整数,例如6和110 can this equation 6 = 110 be true? 6=110这个等式能是对的吗 The answer is "yes", if 6 is a decimal number and 110 is a binary number. 答案是yes,如果6是十进制数,110是二进制数 Now for any pair of p…
1010 Radix (25 分) Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is yes, if 6 is a decimal number and 110 is a binary number. Now for any pair of positive integers N1 and N2, your task is to f…