Problem1954--正负数

1954: 正负数

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

Description

从键盘读入一个非0整数,判断它的正负。是正数,则输出“+”,是负数,则输出“-”。

Input

一个非0整数n(n在-32768~32767之间)。

Output

是正数,则输出“+”,是负数,则输出“-”。

Sample Input Copy

10

Sample Output Copy

+

Source/Category