2012 ACM/ICPC Asia Regional Tianjin Online A very hard mathematic problem
摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=4282思路:枚举Y、Z ,二分X;View Code #include<stdio.h>__int64 num;int pd(__int64 z,__int64 y,__int64 a){ __int64 i,b,x; __int64 max=y-1,min=1; while(min<max) { x=(min+max)/2; b=x; for(i=1;i<z;i++) b*=x; if((b+a+x*y*z)>... 阅读全文
posted @ 2012-09-09 18:19 aigoruan 阅读(188) 评论(0) 推荐(0)
浙公网安备 33010602011771号