摘要: 题意:求a^b-b^a次,100以内。大数的-和*的模拟,用的模板,注意该模板中间和结果都不能出现负数。#include#includeusing namespace std;const int ten[4]={1,10,100,1000};const int maxl=1000;struct bi... 阅读全文
posted @ 2014-04-03 09:18 天羽屠龙舞 阅读(132) 评论(0) 推荐(0)