摘要: 1 #include <iostream> 2 #include<stdlib.h> 3 4 using namespace std; 5 6 typedef struct LNode 7 { 8 int coef;//系数 9 int expn;//指数 10 struct LNode *next 阅读全文
posted @ 2016-09-23 19:50 nullxjx 阅读(820) 评论(0) 推荐(0)