// editor1
#include<stdio.h>
int main()
{
    int a,b;
    printf("enter the number");
    scanf("%d",&a,b);
    return 0;
}