#A. 【例16.1】 判断数正负

    Type: RemoteJudge 1000ms 128MiB

【例16.1】 判断数正负

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

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

输入格式

一个整数 NN(109N109-10^9 \le N \le 10^9)。

输出格式

如果 N>0N>0, 输出positive;

如果 N=0N=0, 输出zero;

如果 N<0N<0, 输出negative

样例

1
positive

6月7日【白】

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
4
Start at
2026-6-7 10:30
End at
2026-6-7 20:30
Duration
10 hour(s)
Host
Partic.
3