摘要: 三个小时 200 include<bits/stdc++.h> using namespace std; class judge{ public: judge(char a1,char b1) { a=a1; b=b1; } bool judging() {if(a==b) return true; 阅读全文
posted @ 2025-03-20 22:43 C(5,3) 阅读(7) 评论(0) 推荐(0)