Run ID:136489
提交时间:2025-11-15 11:52:18
#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a>30) { cout<<"今天很热"<<endl; } else{ cout<<"今天不是很热"<<endl; } return 0; }