编程介的小学生 2020-02-08 23:09 采纳率: 20.5%
浏览 72

Eloh 用什么办法编写

Problem Description
In 3201, The humans have conquered the whole universe.
During the conquest ,we found lots of magical phenomena overthrown our previous cognition.
For example, the Eloh is a hole like the black hole but has its own property. And if something is around the Eloh, there is a force between them, named “EF”(Eloh Force).
Every Eloh has a circle area around it, and the Eloh is the center of the circle area.
The circle is called “EFL” (Eloh Force Line).
If there is a thing that has the mass(m) and the volume(v), the EF will satisfy the following properties:
  1. In the EFL, EF = v / m and the force performs as the gravitational force.
  2. Out the EFL, EF = m / v and the force performs as the repulsion force
  
One day, Farmer John was grazing his robot cows in the universe. The number of cows is N and every cow has its own mass(mi) and volume(vi).
Suddenly, he encountered such an Eloh. At first he and his cows are in the EFL.
Sadly, the Eloh is swept away some of his cows that stressed the most powerful EF from the Eloh. In other words, sort all the cows’EF from large to small and choose some cows from the front to the back. Luckily, he and the rest of cows escaped to the external of the EFL. To leave the Eloh quickly, he put the reminding cows packaged as a connecting body, i.e, the overall performance of the mass M = sum(mi) (the cow[i] is not swept by the Eloh) and the volume V = sum(vi) (like the previous). Because of the panic, he don’t know exactly how many cows were swept away, just know that not all been swept away, nor is the zero.
As a magical uncle grazing in the universe, Farmer John can create a wormhole through the Eloh center and the outside world. Farmer John can exchange some pair of the cows(pick some cows in the Eloh and choose the same number of cows outside the cave). The connecting body’s M and V will calculator again after exchanging.
Now, Farmer John would like to know when how many cows were swept away in the beginning, there is an exchange scheme can make his EF bigger.
To ensure that no two cows have the same density(m/v).

Input
There are multiple test cases.
The first line of the case contains a number N(0 < N <= 200000)
The following N lines, each of two number mi and vi.(0 < mi,vi <= 100000), the sequence will be in density ascending order.
The input is terminated by a line containing 0.

Output
For each case of input, the output should consist of one line giving the number Q of the exchange schemes, following Q lines that contain a number K meaning if in the beginning, there are K cows swept away, Farmer John can find an exchange program to help him. Of course, you should output them from small to big.

Sample Input
5
1 3
3 8
4 10
1 2
5 9
0

Sample Output
2
1
2

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥60 版本过低apk如何修改可以兼容新的安卓系统
    • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
    • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
    • ¥50 有数据,怎么用matlab求全要素生产率
    • ¥15 TI的insta-spin例程
    • ¥15 完成下列问题完成下列问题
    • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
    • ¥15 YoloV5 第三方库的版本对照问题
    • ¥15 请完成下列相关问题!
    • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?