摘要: 阅读全文
posted @ 2017-11-12 23:08 鸵鸟tang 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-11-12 20:40 鸵鸟tang 阅读(89) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>int main(){ int a, b, c; while(scanf("%d%d%d",&a,&b,&c)!=EOF){ if(a>0 && b>0 && c>0 && a+b>c && a+c>b && b+c>a) { if (a*a+b*b==c*c|| 阅读全文
posted @ 2017-11-12 15:16 鸵鸟tang 阅读(504) 评论(0) 推荐(0) 编辑