Run ID:126371

提交时间:2025-07-18 15:37:47

#include<bits/stdc++.h> using namespace std; int main() { int 包老师; cin >> 包老师; if (包老师 > 30) { cout << "hot"; } else { cout << "cold"; } return 0; }