Beecrowd 1007

 #include<stdio.h>

int main()

{

    int a,b,c,d,s;

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

    s=(a*b-c*d);

    printf("DIFERENCA = %d\n",s);

    return 0;

}

Comments

Popular posts from this blog

Beecrowd 1020

Array variable found /not found

minimum