提交时间:2022-12-04 15:54:12
运行 ID: 6578
#include<iostream> using namespace std; int main(){ int t; cin>>t; if(t>=25&&t<=30) { cout<<"ok!"; }else{ cout<<"no!"; } return 0; }