#include<stdio.h>
 int main(){
     int a;b;c;
     printf("the value of 3 side of traingle :");
     scanf("%d",&a,&b,&c)
 }