19 条题解

  • 1
    @ 2025-12-14 20:22:51
    #include<iostream>
    #include<cstdio>
    #include<cctype>
    #include<string.h>
    #include<math.h>
    #include<cmath>
    #include<algorithm>
    #include<iomanip>
    using namespace std;
    int main()
    {
    	int a,b;
    	cin>>a>>b;
    	if(a>=10&&b>=20)
    	{
    		cout<<"1";
    	}
    	else
    	{
    		cout<<"0";
    	} 
    	return 0;
    }
    
    
    

    信息

    ID
    881
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    递交数
    1117
    已通过
    592
    上传者