摘要:
Preface ABCD还算简单,EF不会,但说实话E当时没仔细想其实不是很难,F确实挺麻烦的 A - Colorful Slimes 2 显然修改涂成未出现过的颜色是最优的,找一下连续同色段即可 #include<cstdio> #define RI register int #define CI 阅读全文
摘要:
Preface 运动会来了,可以趁机搞一波AGC 这场打的很奇怪,ADF是自己做的(难得做出F),B菜了没想到暴力优化一下复杂度对了,C想到了最后一步但求答案不会,E确实没想到 A - Candy Distribution Again 贪心,有手就行 #include<cstdio> #includ 阅读全文
摘要:
Preface 没啥好说的干就完了 A - Poisonous Cookies SB题 #include<cstdio> #include<iostream> #define RI register int #define CI const int& using namespace std; int 阅读全文