摘要: 合适数对 传送门 **题解:**我们只需要进行一次以a的倍数为循环节点,以a*x<=n为限制条件的循环即可 code: #include <iostream> #include <cstring> #include <algorithm> using namespace std; int st; i 阅读全文
posted @ 2022-02-05 21:46 Gsding 阅读(26) 评论(1) 推荐(0)