0x00 Link 24 GPLT 模拟赛 - L2-2 含茶量 404 Source - PTA Tag - 芝士水题 排序 Time - N ∗ log N N * \log N N∗logN 0x01 Source Code // #include <bits/stdc++.h> using namespace std; // #define int long long #define A pair<string, int> #define p1 first #define p2 second</