摘要: 题意:http://acm.hdu.edu.cn/showproblem.php?pid=2841 找到x,y互质的坐标个数 思路: 和hdu4135很类似。 1 #define IOS ios_base::sync_with_stdio(0); cin.tie(0); 2 #include <cs 阅读全文
posted @ 2020-02-04 11:07 ZMWLxh 阅读(198) 评论(0) 推荐(0) 编辑