#P00328. Range Product

Range Product

Description

输入A和B,计算从A一直连乘到B,根据结果来进行输出

如果结果>0输出Positive

如果结果<0输出Negative

如果结果=0输出Zero

Format

Input

一行给出两个整数A,B

−10^9≤ a ≤ b ≤ 10^9

Output

如题

Samples

1 3
Positive