题解
2024-07-27 13:27:35
发布于:河南
3阅读
0回复
0点赞
#include <iostream>
using namespace std;
int main(){
int a,b;
cin>>a>>b;
if(a<60&&b>=60||b<60&&a>=60){
cout<<1;
}else{
cout<<0;
}
return 0;
}
这里空空如也
2024-07-27 13:27:35
发布于:河南
#include <iostream>
using namespace std;
int main(){
int a,b;
cin>>a>>b;
if(a<60&&b>=60||b<60&&a>=60){
cout<<1;
}else{
cout<<0;
}
return 0;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个