Run ID:97721

提交时间:2024-11-16 14:16:00

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