06 2024 档案

摘要:Educational Codeforces Round 167 (Rated for Div. 2) A. Catch the Coin 解题思路: 最终\(x\)一定会相等,我们考虑直接到下面接住他。 代码: #include <bits/stdc++.h> using namespace st 阅读全文
posted @ 2024-06-28 10:33 value0 阅读(772) 评论(1) 推荐(2)
摘要:Codeforces Round 955 (Div. 2, with prizes from NEAR!) A. Soccer 解题思路: \(a\)区间为\([x_1, x_2]\),\(b\)区间为\([y_1, y_2]\)。二者不相交则不可能出现同分。 代码: #include <bits/ 阅读全文
posted @ 2024-06-26 00:58 value0 阅读(568) 评论(0) 推荐(0)