#include <stdio.h>
int main() {
    int n;
    scanf("%d", &n);
    if (n < || n > 10){
        printf("Invaild Input\n");
        return 0;
}