摘要:
Since number could be 10^100, we have to use large number processing method, in string. Asimpler method is to pre-calculate all Fibonacci numbers up to 101 digits, which is already fast enough.// 536#include #include #include #include using namespace std;vector dict;string plus_str(string &a, st 阅读全文
posted @ 2014-02-10 14:43
Tonix
阅读(218)
评论(0)
推荐(0)

浙公网安备 33010602011771号