Run ID:134493
提交时间:2025-10-27 17:33:30
#include <bits/stdc++.h> using namespace std; int main() { int t; cin>>t; if(t>30){ cout<<"hot"; } else { cout<<"cold"; } return 0; }