Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
129186 叶航帅 07判断正负数 Python3 Wrong Answer 55 MS 3756 KB 59 2025-08-22 15:13:31

Tests(0/10):


Code:

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


Run Info:

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