Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
94141 谭景年 07判断正负数 Python3 Wrong Answer 35 MS 3748 KB 89 2024-10-19 19:37:36

Tests(1/10):


Code:

s=input().split() a=int(s[0]) if a>0: print("YES") else: print("No")


Run Info:

------Input------
-6529
------Answer-----
NO
------Your output-----
No