My issue
My code
#include <stdio.h>
int main(void) {
// your code goes here
// int sum=X+Y;
if(X + Y > 6)
{
printf("Yes\n");
}
else
{
printf("No\n");
}
return 0;
}
Problem Link: GDTURN Problem - CodeChef
#include <stdio.h>
int main(void) {
// your code goes here
// int sum=X+Y;
if(X + Y > 6)
{
printf("Yes\n");
}
else
{
printf("No\n");
}
return 0;
}
Problem Link: GDTURN Problem - CodeChef