提交时间:2022-11-27 17:21:35

运行 ID: 6251

#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; }