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