摘要:
#include<iostream> #include<algorithm> using namespace std; #define ull unsigned long long int a[1000], n; void quicksort(int l,int r) { if (l >= r) r 阅读全文
摘要:
#include<iostream> #include<algorithm> using namespace std; int n; string ins1,ins2; int diff[1010]; int x = -1,y,sum; int main(){ cin>>ins1>>ins2; n 阅读全文