Олимпиадный тренинг

Задача 18377. Point polar angle


Two numbers are given - the coordinates of a point that does not coincide with the origin. Find the polar coordinates of a point that does not coincide with the origin.

Input
The input string contains two integers, the coordinates of the point. The numbers are integers, modulo not exceeding 1000.

Imprint
One number is the value of its polar angle (in radians). The value of the polar angle must belong to the interval [0; 2*π).

 

Examples
# Input Output
1 2 3 0.98279