how can i solve

Правка en3, от SyHoMadara, 2020-11-19 18:32:37

we have 3 points coordinate of 3 corners of specific rectangle fine the other point you can't use array. Input : in first 3 line we have $$$x_i , y_i$$$ of i-th point. Output : print $$$x_4 , y_4$$$.

example :
   input 
        1 2
        3 5
        3 2
   output 
        1 5

    input 
        11 26
        -2 7
        5 5
    output
        4 28
Теги #math, #geometry

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский SyHoMadara 2020-11-19 18:32:37 20
en2 Английский SyHoMadara 2020-11-19 18:31:36 23
en1 Английский SyHoMadara 2020-11-19 18:30:21 390 Initial revision (published)