Please check my code once, only two test cases are passing.
Pythagorean triplet
Bro, now also same problem
@CODER_JATIN https://www.google.com/amp/s/www.geeksforgeeks.org/generate-pythagoras-triplet-single-integer/amp/
Use formula given in this editorial to find triplet, because your algorithm might give tle for large N
Ok ji , Thanks . . .