摘要: 牛客小白月赛86 A 水盐平衡 解题思路: 通分,然后比较分子大小。 代码: #include <bits/stdc++.h> using namespace std; using ll = long long; using pii = pair<ll, ll>; #define fi first 阅读全文
posted @ 2024-01-19 21:11 value0 阅读(15) 评论(0) 推荐(0) 编辑
摘要: Educational Codeforces Round 161 (Rated for Div. 2) A - Tricky Template 代码: #include <bits/stdc++.h> using namespace std; using ll = long long; using 阅读全文
posted @ 2024-01-19 00:41 value0 阅读(95) 评论(0) 推荐(1) 编辑