Sunday, February 25, 2018

C program ; To check if given numbers are a Pythagorean triple

#include<stdio.h>

int main(){
     int a,b,c;
 
  scanf("%i", &a);
   scanf("%i", &b);
   scanf("%i", &c);
  if((a*a+b*b==c*c)||(a*a+c*c==b*b)||(b*b+a*a==c*c)||(b*b+c*c==a*a)||(c*c+a*a==b*b)||(c*c+b*b==a*a))
   
  {printf("1");}
  else {printf("0");}
  return 0;
}

Thanks
Happy Computing !

No comments:

Post a Comment

Sacred Thought

5 May 2024 Hari Om Verse 50-51, chapter two:  In this chapter two Shree krishna explains a simple way of living. Free from desires and void ...