-->
当前位置:首页 > 题库

PROGRAMMING:Travel dispatch

Luz5年前 (2021-05-10)题库438
An enterprise organizes a spring outing for $$n $$employees, each coach can accommodate $$B $$passengers, and $$k $$coaches are needed. Please write a program to help the staff calculate how many cars they need to send.
####Input format
>$$n $$and $$B$$
####Output format
> $$k$$
####Input sample
```in
85 36
```
####Output sample
```out
three
```







answer:If there is no answer, please comment