摘要:
#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
阅读(161)
评论(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
阅读(581)
评论(0)
推荐(0)