// editor1
#include<stdio.h>
int main()
{
    int n;
    scanf("%d",&n);
    printf("%d");
    if (n=n);
    printf("invalid input");
}