#include<stdio.h> #include<math.h> int main() { double b,w; int n; scanf("%lf %lf",&b,&w); n=ceil(w/b); printf("%d",n); return 0; }
觉得有用的话采纳一下哈
小学生都会的问题无非转成代码形式,到时候别1+1都拿出来问