You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: