Run ID:5205
提交时间:2024-11-09 09:25:52
# include<iostream> using namespace std; int main() { int temp; cin>>temp; if(temp>30){cout<<"hot"<<endl;} else{cout<<"cold"<<endl;} return 0; }