给定一个整数N,判断其正负。
一个整数N(- 10^9<= N <= 10^9)
如果N > 0, 输出positive; 如果N = 0, 输出zero; 如果N < 0, 输出negative
12
positive