#include using namespace std; int main(){ int n; cin>>n; if(n>=10&&n<=99) { cout<<1<<endl; } else { cout<<0<<endl; } return 0; }
使用您的 aoj 通用账户