Run ID:19120
提交时间:2021-11-12 22:14:59
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n>1&&n<100) cout<<"yes"; return 0; }