Header Ads

Learn Together, Stay Connected.

টাইলের সংখ্যা -২.C


#include <stdio.h>
#include<math.h>
int main()
{
    int c,d,a,b,n;
    scanf("%d %d %d %d",&c,&d,&a,&b);
    n=(a*b)/(c*d);
    
    printf("%d\n",n);
    return 0;
}

No comments

Theme images by Dizzo. Powered by Blogger.