摘要:
#include <stdio.h> #include <string.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define STACK_INIT_SIZE 100 #define STA 阅读全文
posted @ 2017-01-02 22:06
一根咸鱼干
阅读(113)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define STACK_INIT_SIZE 100 #define STACKINCREMENT 10 #defi 阅读全文
posted @ 2017-01-02 22:03
一根咸鱼干
阅读(398)
评论(0)
推荐(0)
摘要:
#include<cstdio> #include<iostream> #include<string> #include<cstring> #include<algorithm> #include<queue> using namespace std; void getnext(char *t, 阅读全文
posted @ 2017-01-02 21:55
一根咸鱼干
阅读(96)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <cstdio> #include <malloc.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define TRUE 1 #define FALSE 0 #define O 阅读全文
posted @ 2017-01-02 21:48
一根咸鱼干
阅读(391)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define STACK_INIT_SIZE 100 #define STACKINCREMENT 10 #defi 阅读全文
posted @ 2017-01-02 21:34
一根咸鱼干
阅读(143)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 阅读全文
posted @ 2017-01-02 21:31
一根咸鱼干
阅读(154)
评论(0)
推荐(0)