摘要: 题目链接网络赛啊。。。知道了算法还错了N次,托了N天,开始的代码+上一句话就AC了,TLE,我以为二分写搓了呢。。。 1 #include <iostream> 2 #include <cstdio> 3 #include <cmath> 4 #include <cstring> 5 #include <cstdlib> 6 #define ll __int64 7 ll f(int x,int z) 8 { 9 int i;10 ll ans = 1;11 for(i = 1;i <= z;i ++)12 {13 ans *= 阅读全文
posted @ 2012-09-15 21:34 Naix_x 阅读(144) 评论(0) 推荐(0) 编辑