摘要: #include <bits/stdc++.h> using namespace std; int main() { int a,b,count=0; cin>>a>>b; if (a>b)swap(a,b); if (a<2)a=2; if (b<2) { cout<<0<< endl; retu 阅读全文
posted @ 2025-08-01 16:52 园友3087003 阅读(7) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-08-01 15:06 园友3087003 阅读(0) 评论(0) 推荐(0)