Longer Line 40/100
Здравейте, някой може ли да ми помогне с тази задача. Примерният тест е ОК, явно нещо пропускам
Условие:
Longer Line
You are given the coordinates of four points in the 2D plane. The first and the second pair of points form two different lines. Print the longer line in format "(X1, Y1)(X2, Y2)" starting with the point that is closer to the center of the coordinate system (0, 0) (You can reuse the method that you wrote for the previous problem). If the lines are of equal length, print only the first one.
Examples
Input |
Output |
2 4 -1 2 -5 -5 4 -3 |
(4, -3)(-5, -5) |
Прав си, сега вземам 60/100
:) Пак нещо не е ОК...
Логиката в програмата ти е твърде сложна за дебъгване в 2 часа след полунощ. :)
Виж това решение дали ще ти е от полза.
Благодаря, ще прегледам за разминавания м/у двете решения