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