Convert a given angle expressed in radians to degrees, minutes and seconds. Use the following formula \[1 \text{radiaal} = \frac{180}{\pi} \text{graden, met}\ \pi = 3,1415\ldots\] For example 4.2 radians equals 240° 38' 32". Round off to determine the number of seconds.

Input

One line containing a decimal number: the size of an angle expressed in radians.

Output

Three lines: the size of the angle in degrees, minutes and seconds, each displayed on a separate line as a whole number without leading zeros.

Example

Input:

4.2

Output:

240
38
32