Positive, negative or zero
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
One integer is given. Print whether it is positive, negative, or equal to .
Input
One integer , no more than by absolute value.
Output
Print "Positive", "Negative" or "Zero" depending on the value of .
Examples
Input #1
Answer #1
Input #2
Answer #2
Input #3
Answer #3
Submissions 40K
Acceptance rate 57%