Ad Code

NEW POST

6/recent/ticker-posts

SRM ELAB PROBLEMS: In the Attacking war game Amit and Arun will have a battle using their monsters.

In the Attacking war game Amit and Arun will have a battle using their monsters.


#include <stdio.h>

int main()

{

    int a,b,c,d;

    scanf("%d%d%d%d",&a,&b,&c,&d);

    if(a+b>=c+d)

    {printf("Yes");}

    else

    {printf("No");}

return 0;}

Post a Comment

0 Comments