Code Chef Buy Please Solution | code chef | buy please | Code Chef Buy Please

Recent Posts

3/recent/post-list


SOlution:- 


#include <stdio.h>

int main()

{

    int a, b, x, y;

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

    int sum= (a*x)+(b*y);

    printf("%d",sum);

    return 0;

}



 

Code Chef Buy Please Solution | code chef | buy please | Code Chef Buy Please Code Chef Buy Please Solution | code chef | buy please | Code Chef Buy Please Reviewed by •∆•HACKER'S ON•∆• on February 13, 2022 Rating: 5

Post Comments

No comments:

Powered by Blogger.