单项选择摘要:#include using namespace std;bool check(string& A, string& B){ int lena = A.size, lenb = B.size; if(lena == lenb){
2 判断题
3 编程题
相似字符串
#include using namespace std;bool check(string& A, string& B){ int lena = A.size, lenb = B.size; if(lena == lenb){ if(A == B) return true; int cnt = 0; for(int i = 0; i > T; while(T--){ string A, B; cin >> A >> B; if(check(A, B)) puts("similar"); else puts("not similar"); } return 0;}做题
#include using namespace std;const int N = 1e6 + 10;int n;int a[N];int main { cin >> n; for(int i = 1; i > a[i]; sort(a + 1, a + n + 1); // for(int i = 1; i来源:唐纳教育
免责声明:本站系转载,并不代表本网赞同其观点和对其真实性负责。如涉及作品内容、版权和其它问题,请在30日内与本站联系,我们将在第一时间删除内容!