Construct Points

아직 제출이 없습니다시간 제한1초메모리 제한1024 MB

문제

Construct four points aa, bb, cc and dd on the two-dimensional plane that satisfy the following conditions:

  • xx and yy coordinates of all points are integers, and their absolute values don't exceed 10910^9
  • aa and bb are different, and cc and dd are different.
  • Let ll be the line passing through aa and bb, and let mm be the line passing through cc and dd.

Then,

  • ll and mm are not parallel.
  • the absolute values of xx and yy coordinates of the cross point of ll and mm are not less than 102710^{27}.

입력

There is no input.

출력

Print the answer in the following format:

a_xa\_x a_ya\_y

b_xb\_x b_yb\_y

c_xc\_x c_yc\_y

d_xd\_x d_yd\_y