UVaOJ 112道题目-组合数学
摘要:1、110601/10183 How Many Fibs? (斐波那契计数)使用字符数组表示数列,double可以表示300位整数,但会出现精度问题。#include#include#include#include#includeusing namespace std;struct NODE{ ...
阅读全文
posted @ 2014-12-05 21:20
posted @ 2014-12-05 21:20