Run ID:3887
提交时间:2024-07-18 14:54:02
# include<iostream> using namespace std; int main() { int temp; cin>>temp; if(temp>30){cout<<"hot"<<endl;} else{cout<<"cold"<<endl;} return 0; }