Run ID:5209

提交时间:2024-11-09 09:29:22

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