題目1490:字符串連接

#include <iostream>  #include <cstdio>  #include <cstring>      using namespace std;      const int MAXN = 1010;  char str[MAXN];  void MyStrcat(char *str1, char *str2)  {      int Len1, Len2,
相關文章
相關標籤/搜索