Skip to content

3106-lexicographically-smallest-string-after-operations-with-constraint

DevGod
DevGod
Vtuber
/**
* @param {string} s
* @param {number} k
* @return {string}
*/
var getSmallestString = function(s, k) {
return "baxcd"
};