简单题解 楼易涵c++2025-08-14 17:36:56发布于:浙江0阅读0回复0点赞#include<iostream> using namespace std; int main() { int a,b,c=0; cin>>a>>b; if(a<60) { c++; } if(b<60) { c++; } if(c==1) { cout<<"1"; } else { cout<<0; } } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个