摘要: #include <iostream>#include <fstream>#include <string>#include <vector>#include <string.h>#include <stdlib.h>#include <stdio.h>using namespace std;typedef struct ring{ char a; struct ring *flink; struct ring *slink;} ring;ring* sring = NULL;ring* hring = NUL 阅读全文
posted @ 2011-05-08 19:00 lxgeek 阅读(183) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示