Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
136408 李吴凡 07判断正负数 Python3 Wrong Answer 49 MS 3756 KB 69 2025-11-13 16:28:20

Tests(0/10):


Code:

n = int(input()) if n > 0: print("No") else: print("Yes")


Run Info:

------Input------
6468
------Answer-----
YES
------Your output-----
No