#include<bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
if(25<=t&&t<=30)
{
cout<<"ok!"<<endl;
}
else
{
cout<<"no!"<<endl;
}
return 0;
}
2054:【例3.4】适合晨练
最新推荐文章于 2021-10-14 01:15:34 发布
#include<bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
if(25<=t&&t<=30)
{
cout<<"ok!"<<endl;
}
else
{
cout<<"no!"<<endl;
}
return 0;
}