#include<stdio.h>
#include<string.h>
int main()
{
    int n;
    int m;
    scanf("%d",&n);
    if(n=1 && n<=10):
    {
       printf("path not found");
    }
    else if(n<1):
    {
        printf("Invalid input");
    }
    
    
}