1菜2023-07-18 13:58:28发布于:浙江1阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ int n,s; cin>>n>>s; if((n<60&&s>=60)||(s<60&&n>=60)){ cout<<'1'; }else{ cout<<'0'; } } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个