Tony's Log

Algorithms, Distributed System, Machine Learning

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2014年2月10日

摘要: 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)