1658: 【分支】正负数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:47
Solved:46
Description
上机练习3.1.2 从键盘读入一个数,判断它的正负。是正数,则输出“+”,是负数,则输出“-”。
Input
一个整数(-32768~32767)。
Output
是正数,则输出“+”,是负数,则输出“-”。
Sample Input Copy
10
Sample Output Copy
+