10200 - 判断正负

输入一个整数,请判断正负。

Input

输入一个整数。

Output

如果是正数,输出 positive,否则输出 negative

Examples

Input

123

Output

positive

Input

-1

Output

negative
Time Limit 1000 毫秒
Memory Limit 128 MB
Stats
上一题 下一题