Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Study
Tests (
)
Solved
My problems
Profile
Олимпиадный тренинг
Задача
27075
.
Belonging of a point to a ray
Задача
Темы:
Вычислительная геометрия
Input
Six numbers – the coordinates of the point and the coordinates of the start and end of the vector.
Output
One line “
YES
” if the point belongs to the ray defined by the vector and “
NO
” otherwise.
Examples
#
Input
Output
1
4 0 4 2 4 5
NO
1000
ms
256 Mb
Правила оформления программ и список ошибок при автоматической проверке задач
Комментарий учителя