2016年8月11日

light oj 1095 组合数学

摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #define ll long long 10 11 using namespace std; 12 13 14 const int MAX = 200005; 15 const... 阅读全文

posted @ 2016-08-11 18:38 鱼泪儿 阅读(199) 评论(0) 推荐(0) 编辑

light oj 1105 规律

摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #define ll long long 7 8 using namespace std; 9 const int N = 1e5+1000; 10 int fib[50]; 11 void init() 12 { 13 14 fib[0]= ... 阅读全文

posted @ 2016-08-11 10:05 鱼泪儿 阅读(149) 评论(0) 推荐(0) 编辑

导航