Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
116968 |
江屹山 |
07判断正负数 |
Python3 |
Wrong Answer |
33 MS |
3716 KB |
100 |
2025-04-13 08:56:49 |
Tests(0/10):
Code:
num = float(input("输入一个正整数"))
if num > 0:
print("Yes")
else:
print("No")
Run Info:
------Input------
6468
------Answer-----
YES
------Your output-----