题解LGZ-xczm2025-10-04 15:31:50发布于:浙江0阅读0回复0点赞 这题有点坑 #include<bits/stdc++.h> using namespace std; int a,b; int main(){ cin>>a>>b; if(a<60&b>=60 || b<60&&a>=60)cout<<"1"; else cout<<"0"; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个