摘要: #include <bits/stdc++.h> using namespace std; string a,b; bool f(){ if(a.size()>b.size()){ return true; }else{ for(int i = 0;i<a.size();i++){ if(b[i]> 阅读全文
posted @ 2024-10-24 22:13 王一行(小号) 阅读(14) 评论(0) 推荐(0)