Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
141407 王一诺 07判断正负数 Python3 Wrong Answer 30 MS 3736 KB 66 2025-12-22 22:22:54

Tests(0/10):


Code:

a=int(input()) if a>-1: print("NO") else: print("YES")


Run Info:

------Input------
6468
------Answer-----
YES
------Your output-----
NO