4 条题解

  • 2

    #include<iostream>
    #include<cstdio>
    #include<cmath>
    using namespace std;
    int main()
    {
    int a,b;
    cin>>a;
    if (a>9 && a<100)
    cout<<"1";
    else
    cout<<"0";
    }

  • 1
    @ 2022-06-21 10:41:03

    #include<iostream>
    #include<cstdio>
    #include<cmath>
    using namespace std;
    int main()
    {
    int a,b;
    cin>>a;
    if (a>9 && a<100)
    cout<<"1";
    else
    cout<<"0";
    }

  • 1
    @ 2022-06-21 10:40:56

    #include<iostream>
    #include<cstdio>
    #include<cmath>
    using namespace std;
    int main()
    {
    int a,b;
    cin>>a;
    if (a>9 && a<100)
    cout<<"1";
    else
    cout<<"0";
    }

  • 0

    #include<iostream>
    #include<cmath>
    #include<iomanip>
    #include<cstdio>
    using namespace std;
    int main()
    {
    int n;
    cin>>n;
    if(n>=10&&n<=99)
    cout<<"1";
    else
    cout<<"0";//sbsbsbsbsbsbsbsbsbsbsbsbsbsbsb ` ;

  • 1

信息

ID
2335
难度
3
分类
(无)
标签
递交数
227
已通过
119
通过率
52%
被复制
2
上传者