#include<stdio.h>
#include<string.h>
int main()
String s;
scanf("%s",&s);
if(s==s.isdigit())
{
    printf("Invalid input");
}