北大百練oj題解:1007

#include <iostream> #include <string> #include <stdlib.h> #include <stdio.h> using namespace std; struct st{ char c[50]; int coun=0; }; void Merge(st s[100],int p,int q,int r) { int n1=q-
相關文章
相關標籤/搜索