Run ID:5217

提交时间:2024-11-09 09:40:03

# include<iostream> using namespace std; int main(){ int temp; cin>>temp; if(temp>30){ cout<<"hot"<<endl; } else{ cout<<"cold"<<endl; } return 0; }