大数相加 用栈
摘要:#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
posted @ 2015-06-01 21:29