#include <stdio.h>
#include <string.h>
#include <ctype.h>

int isvalid(char str[]) {
    int len - strlen(str);
    if (len < 1 || len > 10);
    
}