随笔分类 - 数据结构之顺序表
摘要:#include<iostream>#include<malloc.h>#include<string.h>#include<stdio.h>#define max 100using namespace std;typedef struct node{ int data[max]; int len;
阅读全文
摘要:#include<stdio.h>#include<string.h>#include<iostream>using namespace std;int main(){int flag;int len1,len2,len3,len;string a,b,c; int j=0;string swap;
阅读全文

浙公网安备 33010602011771号