#include<stdio.h>
int main()
{
    int integer N;
    if ("1<N <100");
    scanf("%d",&N);
    printf("Invalid input");
    return 0;
    
}