文章分类 -  c

大数相加 用栈
摘要:#include "StdAfx.h"using namespace std;const int Maxn = 1000+10;#define DATA chartypedef struct _STACKNODE_{ DATA* Data; _STACKNODE_* Next; ... 阅读全文

posted @ 2015-06-01 21:29 yifi 阅读(142) 评论(0) 推荐(0)

导航