Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
94257 |
王晨鑫 |
07今天很热 |
Python3 |
Wrong Answer |
32 MS |
3756 KB |
95 |
2024-10-20 10:14:10 |
Tests(1/2):
Code:
q=input().split()
a=q[0]
a=int(a)
if a>30:
print("hot")
else:
print("clod")
Run Info:
------Input------
1
------Answer-----
cold
------Your output-----
clod