Why test case 1024000000(2^16 * 5^6) is true ? Thanks
InterviewBit Problems
Power Of Two Integers : Unsolved
_vector
2020-10-21 19:36:15 UTC
#1
why test case 1024000000(2^16 * 5^6) is true ? Thanks.
rocketsingh56code_b8
2020-10-24 20:57:41 UTC
#2
(2^16 * 5^6) = (2^8 * 5^3)^2