12 条题解
-
1
#include<iostream> #include<cstdio> #include<cctype> #include<string.h> #include<math.h> #include<cmath> #include<algorithm> #include<iomanip> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; if(a+b>c&&a+c>b&&b+c>a) { cout<<"yes"; } else { cout<<"no"; } return 0; }
信息
- ID
- 879
- 时间
- 1000ms
- 内存
- 128MiB
- 难度
- 3
- 标签
- 递交数
- 684
- 已通过
- 367
- 上传者