提交时间:2025-03-21 14:43:38

运行 ID: 313209

n=int(input()) if n>0: print("positive") elif n==0: print("zero") else: print("negative")