Run ID:135273
提交时间:2025-11-03 16:45:57
using namespace std; int main(){ long long a; cin>>a; if(a>30){ cout<<"hot"; } if(a<=30){ cout<<"cold"; } }