Run ID:155722

提交时间:2026-06-13 10:40:43

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