Codeforces Round 1046 (Div. 2) 2025-9-02 15:43 | miyan | 44 | codeforces 323 字 | 6 分钟 链接:https://codeforces.com/contest/2136 A. In the Dream 算法: 找规律,模拟。 思路: 可以发现要想让结果成立,某个人不能同时赢三场,控制 [latex]1:2[/latex] ,所以 [latex]max / min[/latex] < 3 即可。 关键代码: void … codeforcesdiv2