给定一个整数 ,判断其正负。如果 , 输出 positive ; 如果 , 输出 zero ; 如果 输出 negative。
positive
zero
negative
一个整数 。
如果 , 输出 positive;
如果 , 输出 zero;
如果 , 输出 negative。
95