摘要: #include #include #include using namespace std; const int maxn = 200; struct bign{ int len, s[maxn]; /*以下的构造函数是C++中特有的,作用是进行初始化。 事实上,当定义bign x时,就会执行这个函数,把x.s清零,并赋x.len=... 阅读全文
posted @ 2017-12-15 20:18 surpassion 阅读(691) 评论(0) 推荐(0) 编辑