Run ID:155721
提交时间:2026-06-13 10:39:55
#include<iostream> using namespace std; int main(){ int w; cin>>w; if(w>30){ cout<<"hot"; } else{ cout<<"cold";5 } return 0; }