Problem A. Area of Mushroom
时间限制 1000 ms
内存限制 64 MB
Teacher Mai has a kingdom with the infinite area.
He has n students guarding the kingdom.
The i-th student stands at the position (x
i,y
i), and his walking speed is v
i.
If a point can be reached by a student, and the time this student walking to this point is
strictly less than other students, this point is in the charge of this student.
For every student, Teacher Mai wants to know if the area in the charge of him is infinite.
输入数据
输出数据
For each case, output "Case #k: s", where k is the case number counting from 1, and s is a string consisting of n character. If the area in the charge of the i-th student isn't infinite, the i-th character is "0", else it's "1".
样例输入
样例输出
$ Mathjax font initiator $