4 条题解
-
212209水宇辰 (12209水宇辰) LV 9 @ 2021-11-01 16:21:30
#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";
} -
12022-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";
} -
12022-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";
} -
02021-12-05 17:45:51@
#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
- 分类
- (无)
- 标签
- 递交数
- 370
- 已通过
- 174
- 通过率
- 47%
- 被复制
- 2
- 上传者