#A0801P. 判断正负

判断正负

Description

给定一个整数N,判断其正负。如果N>0, 输出positive; 如果N=0, 输出zero; 如果,N<0,输出negative。

Input Format

一个整数N(-100<N<100).

Output Format

按题目要求输出对应答案

95
positive

Source

信奥星OJ http://127.0.0.1