摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=4027x可能比y大。 区间的每一个数在经过几次开方之后会变成1之后,在这个区间全部变成1之后,这个区间不用向下更新。这里可以判断一下。。 1 #include 2 #include 3 #include ... 阅读全文
摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=1255 1 #include 2 #include 3 #include 4 #define maxn 100010 5 using namespace std; 6 7 int t,n; ... 阅读全文
摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=1698 1 #include 2 #include 3 #include 4 #define maxn 100010 5 #define ll __int64 6 using namespace std; 7... 阅读全文