Run ID:97723
提交时间:2024-11-16 14:17:14
#include<iostream> using namespace std; int main(){ int c; cin>>c; if(c>30){ cout<<"hot"<<endl; } else{ cout<<"cold"<<endl; } }