牛客网-编程初学者入门训练
BC51 三角形判断# include<stdio.h>int main(){ int a,b,c; while(scanf("%d %d %d",&a,&b,&c)!=EOF){ if(a+b>c&&b+c>a&&a+c>b){ if(a==b&a