摘要: #include<iostream>#include<malloc.h>#include<stdlib.h>#include<stdio.h>using namespace std;typedef struct node{ float xs; int zs; struct node *next; } 阅读全文
posted @ 2017-03-21 21:05 mykonons 阅读(158) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>#include<malloc.h>#include<stdlib.h>#include<stdio.h>using namespace std; typedef struct node{ char data; struct node *prior; struct 阅读全文
posted @ 2017-03-21 16:44 mykonons 阅读(561) 评论(0) 推荐(0) 编辑