Ad Code

Responsive Advertisement

1007 - Difference

Author: Ismail Hosen

Daffodil International University





Problem Link

//Please follow from main function



#include<stdio.h>


int main()


{


    int A, B, C, D;





    scanf("%d", &A);


    scanf("%d", &B);


    scanf("%d", &C);


    scanf("%d", &D);





    printf("DIFERENCA = %d\n", ((A*B)-(C*D)));


    return 0;


}





Post a Comment

0 Comments