// editor1
#include<stdio.h>
int main()
{
    int N=10,20;
    scanf("%d",&N);
    printf("enter the number:N")
}