题解黑白世界2024-07-17 10:53:55发布于:浙江0阅读0回复0点赞#include <bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n<=99 && n>=10){ cout<<"1"; } else{ cout<<"0"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个