Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
104772 6倪葭轩 07判断正负数 Python3 Wrong Answer 39 MS 3744 KB 70 2025-01-11 10:30:27

Tests(0/10):


Code:

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


Run Info:

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