Help me in solving GDTURN problem

My issue

My code

#include <stdio.h>

int main(void) {
	// your code goes here
	
	return 0;
}


Problem Link: GDTURN Problem - CodeChef

@manjulabm30
The logic is if x+y>6 then print yes else print no.