My issue
show me right code
My code
#include <stdio.h>
int main(void) {
// your code goes here
int x;
//printf("%d\n",x);
if(x<=12){
printf("yes\n");
}
else {
printf("no");
}
return 0;
}
Problem Link: Cricket World Cup Qualifier Practice Coding Problem - CodeChef