北邮机试-字符串操作

#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
相关文章
相关标签/搜索