码迷,mamicode.com
首页 > 其他好文 > 详细

习题1-6

时间:2018-10-14 00:23:54      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:clu   class   amp   can   stdio.h   std   include   scanf   pre   

#include<stdio.h>
int main() {
	int a, b, c;
	scanf("%d%d%d", &a, &b, &c);
	if (a + b > c&&a + c > b&&b + c > a) 
	{
		printf("yes");
	}
	else
	{
		printf("no");
	}
	return 0;
}

  

习题1-6

标签:clu   class   amp   can   stdio.h   std   include   scanf   pre   

原文地址:https://www.cnblogs.com/zhuzehua/p/9784585.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!