i think my code is performing too many iterations
quest link-https://online.codingblocks.com/player/16974/content/5167?s=3847
code link-https://ide.codingblocks.com/s/69547
one more thing some number have more than one triplets set like(39,52,65),(39,80,89),(39,252,255)…these are all pythagors triplets of 39 ,so do i have to print all these triplets or only one triplet will fetch the answer?