https://ide.codingblocks.com/s/47951 sir test case first fail.how to resolve ?
Pythagorus triplet first test case
Hey Neeraj, your code is not handling the corner case when
input: 1
expected output : -1
but your code’s output is : 0 1
got it sir!
thank you so much