Educational Codeforces Round 118 (Rated for Div. 2)ABC+半个E
文章目录
题目链接ABCE有能力再继续补
题目链接
补题挖坑
A
码风淳朴勿喷呜呜,找位数关系,总位数大的就大,相等的凑到前面两个数相等然后继续比
#include
#include
#include
#include
#include
#include
using namespace std;
typedef long long ll;
ll t, n;
int main()
{
cin >> t;
while (t--)
{
ll a, b, p1, p2;
cin >> a >> p1 >> b >> p2;
ll x1 = a, x2 = b;
ll a
Educational Codeforces Round 118 (Rated for Div. 2)ABC+半个E最先出现在Python成神之路。
共有 0 条评论