For Kth root problem im using a different algo than to use binary search Im using a method in which x^k <= n is converted to x <= n^(1/k) by transferring power to RHS but im getting test case 2 incorrect please tell me problem with the code.
For Kth root problem im using a different algo than to use binary search Im using a method in which x^k <= n is converted to x <= n^(1/k) by transferring power to RHS but im getting test case 2 incorrect please tell me problem with the code
for the test case
1000000000000 6
you are getting 99 answer should be 100
debug for this
I have unlocked the answer for this. but when I was checking the output and input for test case 1(Starting from 0) im getting the same output as given in the answers of output but still after submitting it is showing incorrect answer why???
after unlocking your editorial or testcases ,your score wont get updated