Run ID:131400

提交时间:2025-09-24 17:31:38

#include <iostream> //designed by lu 202509 using namespace std; int main(){ int temp; cin >> temp; if( temp>30 ) { cout<<"hot"; } else { cout<<"cold"; } return 0; }