// editor 1
#include<stdio.h>
int main(){
stdin a;
scanf("%ls",&a);
if(a<=0){
    printf(invlid input);
}
else if()