牛吃牧草(拓展02-牧场可供15头牛吃20天,或可供20头牛吃19天)
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
【题目描述】
有一个牧场,牧场上的牧草每天都在匀速生长,这片牧场可供a(a=15)头牛吃b(b=20)天,或可供c(c=20)头牛吃d(d=19)天,那么,这片牧场每天新生的草量可供几头牛吃1天?
牧场原有的草:x斤
牧场每天生长的草:y斤/天
每头牛每天吃的草:n斤/牛/天
x + b * y = a * b * n
x + d * y = c * d * n
(b - d) * y = (a * b - c * d) * n
y = (a * b - c * d) / (b - d) * n
每天新生的草量可供 (a * b - c * d) / (b - d)头牛吃1天。
【输入】
(无)
【输出】
如题述,牛的数量。
【输入样例】
(无)
【输出样例】
(无)
Samples
error
牛吃牧草
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 3
- Start at
- 2024-6-23 0:00
- End at
- 2024-7-8 0:00
- Duration
- 360 hour(s)
- Host
- Partic.
- 3