Preparando MOJI
Vasily the bear has a favorite rectangle, it has one vertex at point (0, 0), and the opposite vertex at point (x, y). Of course, the sides of Vasya's favorite rectangle are parallel to the coordinate axes.
Vasya also loves triangles, if the triangles have one vertex at point B = (0, 0). That's why today he asks you to find two points A = (x1, y1) and C = (x2, y2), such that the following conditions hold:
Help the bear, find the required points. It is not so hard to proof that these points are unique.
The first line contains two integers x, y ( - 109 ≤ x, y ≤ 109, x ≠ 0, y ≠ 0).
Print in the single line four integers x1, y1, x2, y2 — the coordinates of the required points.
10 5
0 15 15 0
-10 5
-15 0 0 15
Figure to the first sample