算法
未读
第 367 场周赛 - 力扣(LeetCode)
1.最短且字典序最小的美丽子字符串 滑动窗口 string shortestBeautifulSubstring(string s, int k) {
if(count(s.begin(),s.end(),'1')<k) return "";
int cnt=0,left=0;