提交时间:2025-12-20 21:08:50
运行 ID: 76964
#include<iostream> using namespace std; int main () { int x,y; cin>>x; int a=(x>9&&x<100); cout<<a; }