Run ID:89534
提交时间:2024-08-25 14:31:04
#include<iostream> using namespace std; int main(){ int cj; cin>>cj; if(cj>=30){ cout<<"hot"; } else{ cout<<"cool"; } }