摘要: HDU4379 1 #include 2 #include 3 #include 4 #define INF 3000000000 5 #define LL long long 6 using namespace std; 7 8 int main(){ 9 LL n,A,B,l,mod,num,a;10 LL max1,min,M;11 while(~scanf("%I64d%I64d%I64d%I64d%I64d",&n,&l,&A,&B,&mod)){12 max1=-1,num=0;min=INF;M=l/2;13 for(L 阅读全文
posted @ 2014-03-15 21:21 little_w 阅读(173) 评论(0) 推荐(0)