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