牛客小白月赛86

牛客小白月赛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编辑  收藏  举报