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