my code isn’t working on the test case 1
Whats the corner case
hi, if i’m checking that if the no. is even by doing if(N&1==0) the answer is not coming but if i do if(N%2==0) it is working. Why is it so?
yes thanks…
my code isn’t working on the test case 1
hi, if i’m checking that if the no. is even by doing if(N&1==0) the answer is not coming but if i do if(N%2==0) it is working. Why is it so?
yes thanks…