提交时间:2022-11-27 17:00:53

运行 ID: 6230

#include<iostream> using namespace std; int main(){ int t=0; cin>>t; if (t>=25&&t<=30) { cout<<"ok!"<<endl; }else { cout<<"no!"<<endl; } return 0; }