提交时间:2022-11-27 16:41:36
运行 ID: 6208
#include <iostream> using namespace std; int main(){ int t; cin>>t; if((t>=25)&&(t<=30)){ cout<<"ok!"<<endl; }else{ cout<<"no!"<<endl; } return 0; }