摘要: 题目链接: https://codeforces.com/gym/102174/problem/H 注意事项 \(\sqrt{ax} + b = x \Rightarrow \sqrt{ax} = x - b\) 需满足$ax \geq 0 , x - b \geq 0$ 两个条件. 注意该题的设定 阅读全文
posted @ 2021-11-06 11:32 小菜珠的成长之路 阅读(91) 评论(0) 推荐(0)
摘要: **题目链接:**https://www.luogu.com.cn/problem/P5650 AC代码: //想出做法是一时灵感,深入理解可以模拟一下代码 #include <iostream> #include <cstdio> #include <cstring> #include <algo 阅读全文
posted @ 2021-11-06 10:54 小菜珠的成长之路 阅读(44) 评论(0) 推荐(0)