题解181****50762024-09-01 19:06:20发布于:广东0阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a;//读入正整数 if(a>=10&&a<99)cout<<"1";//判断十位数 打印0 else cout<<"0";//打印1 return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个