摘要: 题目:CF1439C Greedy Shopping 题目链接:https://www.luogu.com.cn/problem/CF1439C?contestId=38677 代码: #include<bits/stdc++.h> using namespace std; typedef long 阅读全文
posted @ 2020-12-14 17:15 yxr~ 阅读(92) 评论(0) 推荐(0)
摘要: 不容易qwq~~ 终于写出来了(但是也不知道对不对)~~ 表示纯手打 (*^▽^*)yeah~~ 代码能力又得到提升了呢! #include<bits/stdc++.h> using namespace std; struct node{ int f,l,r; char v; int w; int 阅读全文
posted @ 2020-12-14 17:13 yxr~ 阅读(115) 评论(0) 推荐(0)