666
2025-08-31 15:40:37
发布于:浙江
1阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
if(a<60&&b<60)
{cout<<"0";return 0;}
if(a<60||b<60)
{cout<<"1";return 0;}
else
{cout<<"0";return 0;}
}
这里空空如也
有帮助,赞一个