Is a number positive or negative?

Input

A number.

Output

A line that outputs of the number is positive or negative.

Example

Input:

42

Output:

positive

Example

Input:

-13

Output:

negative