摘要:
#include<bits/stdc++.h> using namespace std; int num, count1,count2,sum; int temp = 0,temp1 = 0; int a[100],b[100]; int* p; void fun(int b[]) { for (i 阅读全文
摘要:
#include<iostream> #include<vector> #include<string> using namespace std; string str; #define N 8 int j = 0; /* int main() { while (getline(cin, str)) 阅读全文
摘要:
#include<bits/stdc++.h>using namespace std;string Password(string str) { int len = str.size(); int a[4] = {0}; int count = 0; int num = 0;//重复子串对数 for 阅读全文
摘要:
#include<iostream> // // Created by jt on 2020/8/22. // #include <vector> #include <queue> using namespace std; class BiNode { public: int data; BiNod 阅读全文