Problem C: 正负零判断

Problem C: 正负零判断

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入一个整数,判断它是正数,负数,或者是零(正数输出1 负数输出-1 如果是零输出0)

Sample Input Copy

100

Sample Output Copy

1