4 solutions

  • 0
    @ 2025-10-12 15:46:59
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a,b,c;
    	cin>>a>>b>>c;
    	if (a+b>c && b+c>a)
    	{
    		cout<<"yes";
    	}
    	else
    	{
    		cout<<"no";
    	}
    	return 0;
    }	
    

    Information

    ID
    863
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    184
    Accepted
    82
    Uploaded By