北郵機試-字符串操作

#include<bits/stdc++.h> using namespace std; const int maxn = 105; void swap(int buf[],int l,int r){ int left = l; int right = r; while(left<right){ int temp; temp = buf[left]; buf[left] = bu
相關文章
相關標籤/搜索