Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
141681 谢尚昊 07判断正负数 Python3 Wrong Answer 32 MS 3740 KB 67 2025-12-28 14:30:31

Tests(0/10):


Code:

a=int(input()) if a>0: print("yes") else: print("no")


Run Info:

------Input------
6468
------Answer-----
YES
------Your output-----
yes