Beecrowd 1004

 #include<stdio.h>

int main()

{

    int a,b, PROD;

    scanf("%d%d", &a,&b);

    PROD = a * b;

    printf("PROD = %d\n",PROD);

    return 0;

}

Comments

Popular posts from this blog

Beecrowd 1020

Array variable found /not found

minimum