Pythagorean triplet

Please check my code once, only two test cases are passing.

@CODER_JATIN use long long instead of int since n is upto 10^9

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 . . .