提交时间:2022-11-27 16:10:02

运行 ID: 6178

#include <iostream> using namespace std; int main(){ int a; cin>>a; if((a>1)&&(a<100)){ cout<<"yes"<<endl; } }