摘要: https://codeforces.com/contest/1538/problem/G 一道很好的二分题目 //s + t = c //s <= (x - c*b) / (a - b) //t <= (y - c*b) / (a - b) //s + t <= (x - c*b) / (a - 阅读全文
posted @ 2021-09-18 09:57 wlhp 阅读(61) 评论(0) 推荐(0)