Author: | NEERC 2000-2001 | Time limit: | 4 sec | |
Input file: | input.txt | Memory limit: | 64 Mb | |
Output file: | output.txt |
Triathlon is an athletic contest consisting of three consecutive sections that should be completed as fast as possible as a whole. The first section is swimming, the second section is riding bicycle and the third one is running. The speed of each contestant in all three sections is known. The judge can choose the length of each section arbitrarily provided that no section has zero length. As a result sometimes she could choose their lengths in such a way that some particular contestant would win the competition.
The first line of the input file contains integer number N, denoting the number of contestants. Then N lines follow, each line contains three integers Vi, Ui and Wi, separated by spaces, denoting the speed of i-th contestant in each section.
For every contestant write to the output file one line, that contains word "Yes" if the judge could choose the lengths of the sections in such a way that this particular contestant would win (i.e. she is the only one who would come first), or word "No" if this is impossible.
1 ≤ N ≤ 100
1 ≤ Vi, Ui, Wi ≤ 10000
No. | Input file (input.txt ) |
Output file (output.txt ) |
---|---|---|
1 |
|
|
Автор: | И. Лудов | Ограничение времени: | 10 сек | |
Входной файл: | input.txt | Ограничение памяти: | 64 Мб | |
Выходной файл: | output.txt |
В последнее время в астрономии популярна гипотеза, согласно которой звезды в галактиках приближенно можно считать распределенными по нормальному закону вокруг центра. Так это или нет — пусть решают специалисты. Однако чтобы помочь не только им, но и многим труженикам астрологии совершенно необходимо научиться определять по расположению звезд в галактике направление ее оси симметрии.
Более точно будем считать, что звезды распределены по нормальному закону, причем симметрично относительно как минимум одной оси, проходящей через центр. Последний определяется с помощью средних значений координат всех звезд. Галактики не вырождаются ни в плоскость, ни в ось.
Нужно найти такой вектор, который бы был параллелен оси симметрии (эмпирического распределения).
№ | Входной файл (input.txt ) |
Выходной файл (output.txt ) |
---|---|---|
1 |
|
|