摘要: codeforces 3. Limited Repainting const int maxn = 3e5+10; int n, k, a[maxn]; string s; bool check(int mx){ int len = 0, cnt = 0; bool not_need = true; 阅读全文
posted @ 2025-02-28 11:09 Devpp 阅读(38) 评论(0) 推荐(0)