42_EXAM icon indicating copy to clipboard operation
42_EXAM copied to clipboard

rank02 - is_power_of_2

Open rabouzia opened this issue 1 year ago • 0 comments

The tester needs more test case, because it passes when a number is divisible by 2, for example my code i did only : if (n % 2 == 0) return 1; And I had success.

rabouzia avatar Dec 23 '23 09:12 rabouzia