Run ID:126372
提交时间:2025-07-18 15:38:17
#include<bits/stdc++.h> using namespace std; int main() { int b; cin >> b; if (b > 30) { cout << "hot"; } else { cout << "cold"; } return 0; }