摘要: 1 #include <iostream> 2 #include<stdlib.h> 3 4 using namespace std; 5 6 7 #define MAXSIZE 20 8 9 typedef struct LNode 10 { 11 int coef;//系数 12 int exp 阅读全文
posted @ 2016-09-24 14:33 nullxjx 阅读(3394) 评论(1) 推荐(0)