摘要: 题意:http://acm.hdu.edu.cn/showproblem.php?pid=5208 两个人分别有l,r的区间可以取一个数,ans=A^B,A人想让答案尽量大,B反之。 问ans。 思路: 数位dp,https://blog.csdn.net/yhn19951008/article/d 阅读全文
posted @ 2020-02-08 21:13 ZMWLxh 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 题意:http://acm.hdu.edu.cn/showproblem.php?pid=5607 有向图中问你从定点u走到x的概率 思路: 1 #define IOS ios_base::sync_with_stdio(0); cin.tie(0); 2 #include <cstdio>//sp 阅读全文
posted @ 2020-02-08 20:19 ZMWLxh 阅读(249) 评论(0) 推荐(0) 编辑