// editor1
#include <stdio.h>
int main()
{
    int n1,n2,n3;
    scanf("%d"&n1);
    printf("enter the value of n1");