Run ID:89536

提交时间:2024-08-25 14:32:04

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