摘要: http://poj.org/problem?id=2413 #include #include #include using namespace std; //到第485个fib数才有100位 const int LAST=108; char res[500][110]; //存储fib数 char *pos[500]; //存储每个fib数的首地址 char* Addition(char *... 阅读全文
posted @ 2016-03-19 14:21 &ATM 阅读(349) 评论(0) 推荐(0)
……