#include<stdio.h>
int main(){
    int n;
    scanf("%d",&n);
    if(n<0);
    printf("Invalid input");
    else;
    printf(n)
}