随笔分类 - 算法研究
摘要:方法一: #include<stdio.h> #include<string.h> int main() { char str[2000]; int i,num[256]={0};//必须初始化num数组。 printf("please input string\n"); scanf("%s",st
阅读全文
摘要:#include<stdio.h> #include<stdlib.h> #include<malloc.h> #define MAXSIZE 100 typedef struct { int *base; int *top; int stacksize; }SqStack; int InitSqS
阅读全文
浙公网安备 33010602011771号