随笔分类 -  xcpc / 反悔贪心

摘要:Problem - G - Codeforces 反悔贪心 #include<bits/stdc++.h> using namespace std; typedef long long ll; #define endl "\n" const int N = 1e6 + 5; inline int g 阅读全文
posted @ 2023-08-26 19:28 zhujio 阅读(80) 评论(0) 推荐(0)