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;}
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;}
0 Comments
if you have any doubt, plz let me know