My issue
what’s wrong?
My code
#include <stdio.h>
int main(void) {
// your code goes here
int c;
scanf("%d",&c);
if(c>=7&&c<=10){
printf("YES");
}
else{
printf("NO");
}
}
Problem Link: Sports Section Practice Coding Problem - CodeChef