Header Ads

Learn Together, Stay Connected.

সিলিং প্রিন্ট-C


#include <stdio.h>
#include<math.h>
int main()
{

double a,b,Ceil;
scanf("%lf %lf",&a,&b);

printf("%0.0lf\n",ceil(a/b));

return 0;
}

No comments

Theme images by Dizzo. Powered by Blogger.